forked from qt-creator/qt-creator
Remove unneeded includes of QProcess from cpp files
QProcess wasn't used in these files. Change-Id: I24900bcf312eb6ea1ca3bc0c753cebb505ec552b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -60,10 +60,9 @@
|
||||
#include <QHash>
|
||||
#include <QList>
|
||||
#include <QLoggingCategory>
|
||||
#include <QProcess>
|
||||
#include <QSettings>
|
||||
#include <QStringList>
|
||||
#include <QStandardPaths>
|
||||
#include <QStringList>
|
||||
#include <QTimer>
|
||||
|
||||
#include <memory>
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
#include <QFileInfo>
|
||||
#include <QFileInfoList>
|
||||
#include <QLoggingCategory>
|
||||
#include <QProcess>
|
||||
|
||||
static Q_LOGGING_CATEGORY(probeLog, "qtc.ios.probe", QtWarningMsg)
|
||||
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonObject>
|
||||
#include <QLoggingCategory>
|
||||
#include <QProcess>
|
||||
|
||||
using namespace Utils;
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user