summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-08-17 14:46:32 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-08-17 14:46:32 (GMT)
commit29593b79a236f9bd6653ed0ab874444ae4f38f00 (patch)
treed992109374b95f30203572a518d11ae74c993719 /Source/cmTarget.h
parentc700d11d259af9c00680321804669fadbe378a22 (diff)
parenta2af850ba6dbee7797484ec5f6696525123023fc (diff)
downloadCMake-29593b79a236f9bd6653ed0ab874444ae4f38f00.zip
CMake-29593b79a236f9bd6653ed0ab874444ae4f38f00.tar.gz
CMake-29593b79a236f9bd6653ed0ab874444ae4f38f00.tar.bz2
Merge topic 'include-what-you-use'
a2af850b fix a batch of include-what-you-use violations
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h21
1 files changed, 12 insertions, 9 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 209a729..fc30166 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -12,14 +12,23 @@
#ifndef cmTarget_h
#define cmTarget_h
-#include "cmStandardIncludes.h"
+#include <cmConfigure.h> // IWYU pragma: keep
+#include "cmAlgorithms.h"
#include "cmCustomCommand.h"
#include "cmListFileCache.h"
#include "cmPolicies.h"
#include "cmPropertyMap.h"
+#include "cmState.h"
+#include "cmTargetLinkLibraryType.h"
+
+#include <iosfwd>
+#include <map>
+#include <set>
+#include <string>
+#include <utility>
+#include <vector>
-#include <cm_auto_ptr.hxx>
#if defined(CMAKE_BUILD_WITH_CMAKE)
#ifdef CMake_HAVE_CXX_UNORDERED_MAP
#include <unordered_map>
@@ -28,16 +37,10 @@
#endif
#endif
-class cmake;
class cmMakefile;
class cmSourceFile;
-class cmGlobalGenerator;
-class cmListFileBacktrace;
-class cmTarget;
-class cmGeneratorTarget;
-class cmTargetTraceDependencies;
-
class cmTargetInternals;
+
class cmTargetInternalPointer
{
public: