ProjectExplorer: Remove a few unneeded declarations in target.h

Change-Id: I129ce7208538ccf72cf5ab1e43a69afeffc7eb44
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-02-18 18:11:11 +01:00
parent 139f700162
commit ee42f833d7

View File

@@ -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;