summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-10 12:23:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-10 13:36:57 (GMT)
commitbec3487fa94093e696be170c4d85567c3c934545 (patch)
tree0470796ebcdda6b9bfb1f95ade4b75028abd3984 /Source/cmCacheManager.cxx
parente0f740f1b1708ac4ec43a57b8f1cbc549afe5df3 (diff)
downloadCMake-bec3487fa94093e696be170c4d85567c3c934545.zip
CMake-bec3487fa94093e696be170c4d85567c3c934545.tar.gz
CMake-bec3487fa94093e696be170c4d85567c3c934545.tar.bz2
cmCacheManager: Remove cmMakefile dependency.
Update comment.
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r--Source/cmCacheManager.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx
index 54209c5..a7777d9 100644
--- a/Source/cmCacheManager.cxx
+++ b/Source/cmCacheManager.cxx
@@ -13,7 +13,6 @@
#include "cmCacheManager.h"
#include "cmSystemTools.h"
#include "cmGeneratedFileStream.h"
-#include "cmMakefile.h"
#include "cmake.h"
#include "cmVersion.h"