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 /Source/cmCacheManager.cxx | |
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.
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r-- | Source/cmCacheManager.cxx | 1 |
1 files changed, 0 insertions, 1 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" |