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:
Jarek Kobus
2021-11-01 23:42:55 +01:00
parent 426fde79d6
commit c13d828c99
9 changed files with 3 additions and 14 deletions

View File

@@ -32,10 +32,9 @@
#include <qmldebug/qmloutputparser.h>
#include <QObject>
#include <QTimer>
#include <QTcpSocket>
#include <QThread>
#include <QProcess>
#include <QTimer>
namespace Android {
namespace Internal {