[Cmake-commits] [cmake-commits] king committed cmCacheManager.cxx 1.115 1.116

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jan 13 13:49:12 EST 2010


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv26322/Source

Modified Files:
	cmCacheManager.cxx 
Log Message:
Remove unused #include <windows.h>


Index: cmCacheManager.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCacheManager.cxx,v
retrieving revision 1.115
retrieving revision 1.116
diff -C 2 -d -r1.115 -r1.116
*** cmCacheManager.cxx	30 Sep 2009 15:41:34 -0000	1.115
--- cmCacheManager.cxx	13 Jan 2010 18:49:08 -0000	1.116
***************
*** 23,30 ****
  #include <cmsys/RegularExpression.hxx>
  
- #if defined(_WIN32) || defined(__CYGWIN__)
- # include <windows.h>
- #endif // _WIN32
- 
  const char* cmCacheManagerTypes[] =
  { "BOOL",
--- 23,26 ----



More information about the Cmake-commits mailing list