diff options
author | Brad King <brad.king@kitware.com> | 2003-06-23 18:10:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-06-23 18:10:12 (GMT) |
commit | 38482b46d171bde2073fadab65118c5c9df29e0f (patch) | |
tree | cce4d062f94612f514f2b13cff42f5426c531b4b /Source/cmaketest.cxx | |
parent | b2368399d91b710616a3c53fc39bd8e11971b42f (diff) | |
download | CMake-38482b46d171bde2073fadab65118c5c9df29e0f.zip CMake-38482b46d171bde2073fadab65118c5c9df29e0f.tar.gz CMake-38482b46d171bde2073fadab65118c5c9df29e0f.tar.bz2 |
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r-- | Source/cmaketest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx index 66b9ed1..aca0f93 100644 --- a/Source/cmaketest.cxx +++ b/Source/cmaketest.cxx @@ -16,11 +16,11 @@ =========================================================================*/ #include "cmaketest.h" #include "cmSystemTools.h" -#include "cmRegularExpression.h" #include "cmake.h" #include "cmListFileCache.h" #include "cmCacheManager.h" #include "cmDynamicLoader.h" + #if defined(_WIN32) && !defined(__CYGWIN__) #include "windows.h" #endif |