summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-08-24 13:45:44 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-08-24 13:45:44 (GMT)
commit4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165 (patch)
treebfce7cdad9add0c659e127f74c5c8afc1c45c21a /Source/cmNinjaNormalTargetGenerator.h
parent21a7809bfaa02ec3d11620676636e65b47065b62 (diff)
parent5cbb54880742c23658991edec91a514f3582ed2b (diff)
downloadCMake-4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165.zip
CMake-4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165.tar.gz
CMake-4a2a66e31c4b7fbcc6bbe41219a6c7f0624dc165.tar.bz2
Merge topic 'include-what-you-use'
5cbb5488 fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmNinjaNormalTargetGenerator.h')
-rw-r--r--Source/cmNinjaNormalTargetGenerator.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.h b/Source/cmNinjaNormalTargetGenerator.h
index f466e17..1f670bf 100644
--- a/Source/cmNinjaNormalTargetGenerator.h
+++ b/Source/cmNinjaNormalTargetGenerator.h
@@ -13,14 +13,13 @@
#ifndef cmNinjaNormalTargetGenerator_h
#define cmNinjaNormalTargetGenerator_h
-#include "cmNinjaTargetGenerator.h"
+#include <cmConfigure.h>
-#include "cmNinjaTypes.h"
+#include "cmNinjaTargetGenerator.h"
-#include <set>
+#include <string>
+#include <vector>
-class cmSourceFile;
-class cmOSXBundleGenerator;
class cmGeneratorTarget;
class cmNinjaNormalTargetGenerator : public cmNinjaTargetGenerator