summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-18 19:28:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2016-10-19 13:40:59 (GMT)
commita91eaf387287a201d421e90d78bcae8836cc6042 (patch)
treee002af5d3a3b3d8d7a16f79909e7319cd52102a4 /Source/cmGeneratorTarget.h
parent27be1d815298ebf343823ff99baa35484da92a85 (diff)
downloadCMake-a91eaf387287a201d421e90d78bcae8836cc6042.zip
CMake-a91eaf387287a201d421e90d78bcae8836cc6042.tar.gz
CMake-a91eaf387287a201d421e90d78bcae8836cc6042.tar.bz2
cmState: Port dependents to new cmStateTypes header
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 625c28e..3805bfc 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -8,7 +8,7 @@
#include "cmLinkItem.h"
#include "cmListFileCache.h"
#include "cmPolicies.h"
-#include "cmState.h"
+#include "cmStateTypes.h"
#include <map>
#include <set>