summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeDirectoryCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-27 20:24:10 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-27 20:24:10 (GMT)
commit7ddb408621cf39288e0ab12ce8c93ba8132a64a0 (patch)
treeda8adac69eee6024718b66419dcfdd2f803673af /Source/cmIncludeDirectoryCommand.cxx
parenteb6bba34cd2fcef722f8db55d81beb6393e83744 (diff)
downloadCMake-7ddb408621cf39288e0ab12ce8c93ba8132a64a0.zip
CMake-7ddb408621cf39288e0ab12ce8c93ba8132a64a0.tar.gz
CMake-7ddb408621cf39288e0ab12ce8c93ba8132a64a0.tar.bz2
removed some includes
Diffstat (limited to 'Source/cmIncludeDirectoryCommand.cxx')
-rw-r--r--Source/cmIncludeDirectoryCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIncludeDirectoryCommand.cxx b/Source/cmIncludeDirectoryCommand.cxx
index f1d7ba9..998fac0 100644
--- a/Source/cmIncludeDirectoryCommand.cxx
+++ b/Source/cmIncludeDirectoryCommand.cxx
@@ -15,7 +15,7 @@
=========================================================================*/
#include "cmIncludeDirectoryCommand.h"
-#include "cmCacheManager.h"
+
// cmIncludeDirectoryCommand
bool cmIncludeDirectoryCommand::InitialPass(std::vector<std::string> const& argsIn)
{