diff options
author | Brad King <brad.king@kitware.com> | 2010-01-13 18:49:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-01-13 18:49:08 (GMT) |
commit | 8779559dd50dbf8f90a153c8e01b8f43635ae5a0 (patch) | |
tree | ede830f6e2bb21f6d48167a019f9ddbb1849cd8b /Source/cmCacheManager.cxx | |
parent | 12dcf9e4fb23101a0cb589305f65b2c123c29139 (diff) | |
download | CMake-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.cxx | 4 |
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", |