From ee42f833d712d681661d1efed84f8672949e1ed6 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 18 Feb 2019 18:11:11 +0100 Subject: [PATCH] ProjectExplorer: Remove a few unneeded declarations in target.h Change-Id: I129ce7208538ccf72cf5ab1e43a69afeffc7eb44 Reviewed-by: Christian Kandeler --- src/plugins/projectexplorer/target.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/plugins/projectexplorer/target.h b/src/plugins/projectexplorer/target.h index 18eb92d2739..a1e1ee8151f 100644 --- a/src/plugins/projectexplorer/target.h +++ b/src/plugins/projectexplorer/target.h @@ -34,18 +34,12 @@ QT_FORWARD_DECLARE_CLASS(QIcon) -namespace Utils { class Environment; } - namespace ProjectExplorer { class BuildConfiguration; class BuildTargetInfoList; class DeployConfiguration; -class DeployConfigurationFactory; class DeploymentData; -class BuildConfigurationFactory; -class RunConfigurationFactory; class Kit; -class NamedWidget; class Project; class RunConfiguration;