From be516c7c6ef73df947b4392bb0efe5a532f00f5c Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Thu, 1 Nov 2012 18:20:06 +0100 Subject: [PATCH] Remove useless CMakeBuildConfiguration fwd-declaration Change-Id: If0a88439f5ebbcf01cbe90332f74540fd5c09413 Reviewed-by: Tobias Hunger --- src/plugins/cmakeprojectmanager/cmakerunconfiguration.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/cmakeprojectmanager/cmakerunconfiguration.h b/src/plugins/cmakeprojectmanager/cmakerunconfiguration.h index a4d99dbabf1..acc6eaf679f 100644 --- a/src/plugins/cmakeprojectmanager/cmakerunconfiguration.h +++ b/src/plugins/cmakeprojectmanager/cmakerunconfiguration.h @@ -49,7 +49,6 @@ class EnvironmentWidget; namespace CMakeProjectManager { namespace Internal { -class CMakeBuildConfiguration; class CMakeTarget; class CMakeRunConfiguration : public ProjectExplorer::LocalApplicationRunConfiguration