diff options
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
-rw-r--r-- | ext/mbstring/php_mbregex.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index e432ed4814..f1328cf1dd 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -32,10 +32,6 @@ #include "ext/standard/info.h" #include "php_mbregex.h" #include "mbstring.h" - -#include "php_onig_compat.h" /* must come prior to the oniguruma header */ -#include <oniguruma.h> -#undef UChar #include "php_onig_compat.h" /* must come prior to the oniguruma header */ #include <oniguruma.h> |