Conform to Creator's include style

Get rid of <QtModule/qclass.h> style and use <QClass> directly,
like in all other places in Creator. Remove some unneeded
declarations.

Change-Id: I1b5630850c570e5d86df01a341f7352bc1971e48
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2021-08-19 16:39:21 +02:00
parent f8ff5d0652
commit a09bedf1cb
8 changed files with 22 additions and 31 deletions

View File

@@ -28,9 +28,10 @@
#include "qtcassert.h"
#include <QtCore/qcoreapplication.h>
#include <QtCore/qelapsedtimer.h>
#include <QtNetwork/qlocalsocket.h>
#include <QCoreApplication>
#include <QElapsedTimer>
#include <QLocalSocket>
#include <QMutexLocker>
namespace Utils {
namespace Internal {