From 8779559dd50dbf8f90a153c8e01b8f43635ae5a0 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 13 Jan 2010 13:49:08 -0500 Subject: [PATCH] Remove unused #include --- Source/cmCacheManager.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx index e1a107654..2aa623646 100644 --- a/Source/cmCacheManager.cxx +++ b/Source/cmCacheManager.cxx @@ -22,10 +22,6 @@ #include -#if defined(_WIN32) || defined(__CYGWIN__) -# include -#endif // _WIN32 - const char* cmCacheManagerTypes[] = { "BOOL", "PATH",