forked from qt-creator/qt-creator
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:
@@ -28,11 +28,11 @@
|
||||
#include "launcherpackets.h"
|
||||
#include "launchersocket.h"
|
||||
|
||||
#include <QtCore/qcoreapplication.h>
|
||||
#include <QtCore/qdebug.h>
|
||||
#include <QtCore/qdir.h>
|
||||
#include <QtCore/qprocess.h>
|
||||
#include <QtNetwork/qlocalserver.h>
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
#include <QDir>
|
||||
#include <QLocalServer>
|
||||
#include <QProcess>
|
||||
|
||||
#ifdef Q_OS_UNIX
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user