diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-18 19:28:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-19 13:40:59 (GMT) |
commit | e0a84904eb38e145c3a4d4e4ef5d7aceb3c2d196 (patch) | |
tree | 9a01a9e6da16eb6703de089b1ac4eab5c26b62d6 /Source/cmGlobalUnixMakefileGenerator3.cxx | |
parent | a91eaf387287a201d421e90d78bcae8836cc6042 (diff) | |
download | CMake-e0a84904eb38e145c3a4d4e4ef5d7aceb3c2d196.zip CMake-e0a84904eb38e145c3a4d4e4ef5d7aceb3c2d196.tar.gz CMake-e0a84904eb38e145c3a4d4e4ef5d7aceb3c2d196.tar.bz2 |
cmState: Split auxiliary classes into separate files
Port dependents to the new locations as needed.
Leave behind a cmState.h include in cmListFileCache to reduce noise. It
is removed in a following commit.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index 3433d75..17d49e8 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -12,6 +12,8 @@ #include "cmMakefile.h" #include "cmMakefileTargetGenerator.h" #include "cmOutputConverter.h" +#include "cmState.h" +#include "cmStateDirectory.h" #include "cmSystemTools.h" #include "cmTarget.h" #include "cmTargetDepend.h" |