diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-27 16:24:10 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-27 16:24:10 -0400 |
commit | 7ddb408621cf39288e0ab12ce8c93ba8132a64a0 (patch) | |
tree | da8adac69eee6024718b66419dcfdd2f803673af /Source/cmEnableTestingCommand.cxx | |
parent | eb6bba34cd2fcef722f8db55d81beb6393e83744 (diff) | |
download | cmake-7ddb408621cf39288e0ab12ce8c93ba8132a64a0.tar.gz |
removed some includes
Diffstat (limited to 'Source/cmEnableTestingCommand.cxx')
-rw-r--r-- | Source/cmEnableTestingCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmEnableTestingCommand.cxx b/Source/cmEnableTestingCommand.cxx index 101b5238a9..20f1a36130 100644 --- a/Source/cmEnableTestingCommand.cxx +++ b/Source/cmEnableTestingCommand.cxx @@ -15,7 +15,6 @@ =========================================================================*/ #include "cmEnableTestingCommand.h" -#include "cmCacheManager.h" // we do this in the final pass so that we now the subdirs have all // been defined |