ProjectExplorer: Cleanup runcontrol.h

Change-Id: I8dbf14af221831ce3f55522c5e33c736e8748566
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
hjk
2022-05-25 14:39:09 +02:00
parent f7097cef19
commit 1a81551b9d

View File

@@ -27,7 +27,6 @@
#include "buildconfiguration.h"
#include "devicesupport/idevicefwd.h"
#include "projectexplorerconstants.h"
#include "runconfiguration.h"
#include <utils/commandline.h>
@@ -50,8 +49,6 @@ class OutputLineParser;
} // Utils
namespace ProjectExplorer {
class GlobalOrProjectAspect;
class Node;
class RunConfiguration;
class RunControl;
class Target;