summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-07 15:29:35 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-04-07 15:29:35 (GMT)
commit64a6491fb634a77195034fff41d286ce1a337ff6 (patch)
treeb2e73118db195308d5d09de0c4ebe2ace5f54e8b /Source
parent470f6cd8a3cef4e689c6bf3f131fde47192eb0bf (diff)
parentc22f6c1504037347d4052a7b441160a2b5c4ce23 (diff)
downloadCMake-64a6491fb634a77195034fff41d286ce1a337ff6.zip
CMake-64a6491fb634a77195034fff41d286ce1a337ff6.tar.gz
CMake-64a6491fb634a77195034fff41d286ce1a337ff6.tar.bz2
Merge topic 'minor-cleanups'
c22f6c15 Remove unused includes.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCacheManager.cxx1
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx1
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"