diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-18 21:28:48 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-19 15:40:59 +0200 |
commit | a91eaf387287a201d421e90d78bcae8836cc6042 (patch) | |
tree | e002af5d3a3b3d8d7a16f79909e7319cd52102a4 /Source/cmExtraCodeBlocksGenerator.cxx | |
parent | 27be1d815298ebf343823ff99baa35484da92a85 (diff) | |
download | cmake-a91eaf387287a201d421e90d78bcae8836cc6042.tar.gz |
cmState: Port dependents to new cmStateTypes header
Diffstat (limited to 'Source/cmExtraCodeBlocksGenerator.cxx')
-rw-r--r-- | Source/cmExtraCodeBlocksGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx index b91cae912e..41fc4281b4 100644 --- a/Source/cmExtraCodeBlocksGenerator.cxx +++ b/Source/cmExtraCodeBlocksGenerator.cxx @@ -9,7 +9,7 @@ #include "cmLocalGenerator.h" #include "cmMakefile.h" #include "cmSourceFile.h" -#include "cmState.h" +#include "cmStateTypes.h" #include "cmSystemTools.h" #include "cmXMLWriter.h" #include "cmake.h" |