summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeTargetDepends.cxx
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/cmComputeTargetDepends.cxx
parent27be1d815298ebf343823ff99baa35484da92a85 (diff)
downloadCMake-a91eaf387287a201d421e90d78bcae8836cc6042.zip
CMake-a91eaf387287a201d421e90d78bcae8836cc6042.tar.gz
CMake-a91eaf387287a201d421e90d78bcae8836cc6042.tar.bz2
cmState: Port dependents to new cmStateTypes header
Diffstat (limited to 'Source/cmComputeTargetDepends.cxx')
-rw-r--r--Source/cmComputeTargetDepends.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeTargetDepends.cxx b/Source/cmComputeTargetDepends.cxx
index 4cc4edf..70ed31e 100644
--- a/Source/cmComputeTargetDepends.cxx
+++ b/Source/cmComputeTargetDepends.cxx
@@ -10,7 +10,7 @@
#include "cmMakefile.h"
#include "cmPolicies.h"
#include "cmSourceFile.h"
-#include "cmState.h"
+#include "cmStateTypes.h"
#include "cmSystemTools.h"
#include "cmTarget.h"
#include "cmTargetDepend.h"