Get rid of unneeded includes of RunControl

Removed also some other includes that were marked
with yellow triangles. In some cases includes of
runcontrol.h were substituted with other includes,
like qtcassert.h.

Change-Id: Ica40f68198c7f8f70e6047acb2eddc8ef017e43d
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Jarek Kobus
2022-10-24 23:44:24 +02:00
parent a0a8bf2245
commit 866a658b42
47 changed files with 36 additions and 54 deletions

View File

@@ -4,14 +4,19 @@
#pragma once
#include <projectexplorer/runcontrol.h>
#include <qmldebug/qmldebugcommandlinearguments.h>
#include <utils/environment.h>
#include <utils/port.h>
#include <QFuture>
QT_BEGIN_NAMESPACE
class QProcess;
QT_END_NAMESPACE
namespace ProjectExplorer { class RunWorker; }
namespace Android {
class AndroidDeviceInfo;