summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-01-13 18:49:08 (GMT)
committerBrad King <brad.king@kitware.com>2010-01-13 18:49:08 (GMT)
commit8779559dd50dbf8f90a153c8e01b8f43635ae5a0 (patch)
treeede830f6e2bb21f6d48167a019f9ddbb1849cd8b /Source/cmCacheManager.cxx
parent12dcf9e4fb23101a0cb589305f65b2c123c29139 (diff)
downloadCMake-8779559dd50dbf8f90a153c8e01b8f43635ae5a0.zip
CMake-8779559dd50dbf8f90a153c8e01b8f43635ae5a0.tar.gz
CMake-8779559dd50dbf8f90a153c8e01b8f43635ae5a0.tar.bz2
Remove unused #include <windows.h>
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r--Source/cmCacheManager.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx
index e1a1076..2aa6236 100644
--- a/Source/cmCacheManager.cxx
+++ b/Source/cmCacheManager.cxx
@@ -22,10 +22,6 @@
#include <cmsys/RegularExpression.hxx>
-#if defined(_WIN32) || defined(__CYGWIN__)
-# include <windows.h>
-#endif // _WIN32
-
const char* cmCacheManagerTypes[] =
{ "BOOL",
"PATH",