From 1a81551b9d9232f3200ada8567ac732865cab08c Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 25 May 2022 14:39:09 +0200 Subject: [PATCH] ProjectExplorer: Cleanup runcontrol.h Change-Id: I8dbf14af221831ce3f55522c5e33c736e8748566 Reviewed-by: Jarek Kobus Reviewed-by: --- src/plugins/projectexplorer/runcontrol.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/projectexplorer/runcontrol.h b/src/plugins/projectexplorer/runcontrol.h index 5f66840d4a7..afc1ba703a1 100644 --- a/src/plugins/projectexplorer/runcontrol.h +++ b/src/plugins/projectexplorer/runcontrol.h @@ -27,7 +27,6 @@ #include "buildconfiguration.h" #include "devicesupport/idevicefwd.h" -#include "projectexplorerconstants.h" #include "runconfiguration.h" #include @@ -50,8 +49,6 @@ class OutputLineParser; } // Utils namespace ProjectExplorer { -class GlobalOrProjectAspect; -class Node; class RunConfiguration; class RunControl; class Target;