Remove unused #include <windows.h>
This commit is contained in:
parent
12dcf9e4fb
commit
8779559dd5
|
@ -22,10 +22,6 @@
|
||||||
|
|
||||||
#include <cmsys/RegularExpression.hxx>
|
#include <cmsys/RegularExpression.hxx>
|
||||||
|
|
||||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
|
||||||
# include <windows.h>
|
|
||||||
#endif // _WIN32
|
|
||||||
|
|
||||||
const char* cmCacheManagerTypes[] =
|
const char* cmCacheManagerTypes[] =
|
||||||
{ "BOOL",
|
{ "BOOL",
|
||||||
"PATH",
|
"PATH",
|
||||||
|
|
Loading…
Reference in New Issue