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:
Jarek Kobus
2021-10-29 17:29:18 +02:00
parent fe20c60c69
commit 3562c5e96e
21 changed files with 8 additions and 33 deletions

View File

@@ -28,11 +28,10 @@
#include "utils/qtcprocess.h"
#include <coreplugin/icore.h>
#include <QCryptographicHash>
#include <QDir>
#include <QDirIterator>
#include <QLoggingCategory>
#include <QProcess>
#include <QCryptographicHash>
#include <QStandardPaths>
using namespace Utils;

View File

@@ -41,7 +41,6 @@
#include <QLineEdit>
#include <QLoggingCategory>
#include <QMessageBox>
#include <QProcess>
#include <QSortFilterProxyModel>
namespace {