summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-08 14:44:40 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-11-08 14:44:40 (GMT)
commit666bb0e3fa0d212c03f785bd9f6bc05d29925e1f (patch)
treec449804319ac490aa80214d9e31265dea4075abe /Source/cmake.h
parent4ec359bd6256e870d9b233fd5cd105e452a62300 (diff)
parent2e620f0b3834e5a612a38d61b7e50a561d7f11e8 (diff)
downloadCMake-666bb0e3fa0d212c03f785bd9f6bc05d29925e1f.zip
CMake-666bb0e3fa0d212c03f785bd9f6bc05d29925e1f.tar.gz
CMake-666bb0e3fa0d212c03f785bd9f6bc05d29925e1f.tar.bz2
Merge topic 'include-what-you-use'
2e620f0b Fix several include-what-you-use findings
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 6e8d9c8..0f1891d 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -5,17 +5,18 @@
#include <cmConfigure.h>
-#include "cmInstalledFile.h"
-#include "cmListFileCache.h"
-#include "cmStateSnapshot.h"
-
#include <map>
#include <set>
#include <string>
#include <vector>
+#include "cmInstalledFile.h"
+#include "cmListFileCache.h"
+#include "cmStateSnapshot.h"
+#include "cmStateTypes.h"
+
#if defined(CMAKE_BUILD_WITH_CMAKE)
-#include "cm_jsoncpp_value.h"
+#include <cm_jsoncpp_value.h>
#endif
class cmExternalMakefileProjectGeneratorFactory;
@@ -24,6 +25,7 @@ class cmGlobalGenerator;
class cmGlobalGeneratorFactory;
class cmMakefile;
class cmMessenger;
+class cmState;
class cmVariableWatch;
struct cmDocumentationEntry;