X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c5feba0ea35d8e0b4f35e4a0fbab8c4c3db63cf6..fef5c55604e20e2a90843a2278b1f5c8c817dcee:/src/common/regex.cpp diff --git a/src/common/regex.cpp b/src/common/regex.cpp index 7d0efb3acc..12d49ee971 100644 --- a/src/common/regex.cpp +++ b/src/common/regex.cpp @@ -46,18 +46,9 @@ # include #endif -#ifndef __WXWINCE__ #include -#endif - #include "wx/regex.h" -#if wxUSE_UNICODE -# if !defined(wxUSE_BUILTIN_REGEX) -# error "Unicode not supported with system regex, please reconfigure with --with-regex=builtin" -# endif -#endif - // ---------------------------------------------------------------------------- // private classes // ----------------------------------------------------------------------------