diff options
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", |