forked from qt-creator/qt-creator
Remove unneeded includes of QProcess
Change-Id: I017e020c8b2a53d6f4a2422a0a0856044e768247 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -32,10 +32,9 @@
|
||||
#include <qmldebug/qmloutputparser.h>
|
||||
|
||||
#include <QObject>
|
||||
#include <QTimer>
|
||||
#include <QTcpSocket>
|
||||
#include <QThread>
|
||||
#include <QProcess>
|
||||
#include <QTimer>
|
||||
|
||||
namespace Android {
|
||||
namespace Internal {
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QHash>
|
||||
#include <QProcess>
|
||||
#include <QSet>
|
||||
|
||||
namespace Core { class IEditor; }
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include <QMap>
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
#include <QProcess>
|
||||
|
||||
namespace Ios {
|
||||
namespace Internal {
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
|
||||
#include <QBuffer>
|
||||
#include <QHash>
|
||||
#include <QProcess>
|
||||
#include <QJsonDocument>
|
||||
#include <QTextCursor>
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <QHash>
|
||||
#include <QJsonObject>
|
||||
#include <QObject>
|
||||
#include <QProcess>
|
||||
#include <QProcessEnvironment>
|
||||
#include <QString>
|
||||
#include <QVariant>
|
||||
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
|
||||
#include "connectionmanagerinterface.h"
|
||||
|
||||
#include <QProcess>
|
||||
|
||||
#include <mutex>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
@@ -27,10 +27,9 @@
|
||||
|
||||
#include "nodeinstanceserverinterface.h"
|
||||
|
||||
#include <QPointer>
|
||||
#include <QProcess>
|
||||
#include <QElapsedTimer>
|
||||
#include <QFile>
|
||||
#include <QPointer>
|
||||
#include <QTimer>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
@@ -29,8 +29,6 @@
|
||||
#include <utils/fileutils.h>
|
||||
#include <utils/temporarydirectory.h>
|
||||
|
||||
#include <QProcess>
|
||||
|
||||
namespace QtSupport {
|
||||
|
||||
class QScxmlcGenerator : public ProjectExplorer::ProcessExtraCompiler
|
||||
|
||||
@@ -28,8 +28,6 @@
|
||||
#include <projectexplorer/extracompiler.h>
|
||||
#include <utils/fileutils.h>
|
||||
|
||||
#include <QProcess>
|
||||
|
||||
namespace QtSupport {
|
||||
|
||||
class UicGenerator : public ProjectExplorer::ProcessExtraCompiler
|
||||
|
||||
Reference in New Issue
Block a user