CMake: Clean up cmake project

Change-Id: Icfa2e1af8ff53c06954cb0b3b5b4b2ad974d6585
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2016-10-14 10:35:34 +02:00
parent a33ed283b5
commit d9d752cf13

View File

@@ -41,7 +41,6 @@ QT_END_NAMESPACE
namespace CMakeProjectManager {
namespace Internal {
class CMakeFile;
class CMakeBuildSettingsWidget;
class CMakeBuildConfiguration;
class CMakeProjectNode;
@@ -129,7 +128,6 @@ private:
QList<ProjectExplorer::ExtraCompiler *> m_extraCompilers;
friend class Internal::CMakeBuildConfiguration;
friend class Internal::CMakeFile;
};
} // namespace CMakeProjectManager