]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/regex.cpp
Removed obsolete file
[wxWidgets.git] / src / common / regex.cpp
index e96257c8b6898816d905566c336c034f85b595b2..62ffa7c7816b51818e749aa6f19f622d7632e528 100644 (file)
@@ -43,7 +43,9 @@
     #include <sys/types.h>
 #endif
 
+#ifndef __WXWINCE__
 #include <regex.h>
+#endif
 
 #include "wx/regex.h"