diff options
author | Brad King <brad.king@kitware.com> | 2015-04-07 15:29:35 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-04-07 15:29:35 (GMT) |
commit | 64a6491fb634a77195034fff41d286ce1a337ff6 (patch) | |
tree | b2e73118db195308d5d09de0c4ebe2ace5f54e8b | |
parent | 470f6cd8a3cef4e689c6bf3f131fde47192eb0bf (diff) | |
parent | c22f6c1504037347d4052a7b441160a2b5c4ce23 (diff) | |
download | CMake-64a6491fb634a77195034fff41d286ce1a337ff6.zip CMake-64a6491fb634a77195034fff41d286ce1a337ff6.tar.gz CMake-64a6491fb634a77195034fff41d286ce1a337ff6.tar.bz2 |
Merge topic 'minor-cleanups'
c22f6c15 Remove unused includes.
-rw-r--r-- | Source/cmCacheManager.cxx | 1 | ||||
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx index fa7eff3..b8dfe04 100644 --- a/Source/cmCacheManager.cxx +++ b/Source/cmCacheManager.cxx @@ -12,7 +12,6 @@ #include "cmCacheManager.h" #include "cmSystemTools.h" -#include "cmCacheManager.h" #include "cmGeneratedFileStream.h" #include "cmMakefile.h" #include "cmake.h" diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx index 2b999eb..6844fee 100644 --- a/Source/cmLocalVisualStudio6Generator.cxx +++ b/Source/cmLocalVisualStudio6Generator.cxx @@ -14,7 +14,6 @@ #include "cmMakefile.h" #include "cmSystemTools.h" #include "cmSourceFile.h" -#include "cmCacheManager.h" #include "cmGeneratorTarget.h" #include "cmCustomCommandGenerator.h" #include "cmake.h" |