diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2008-07-22 09:18:30 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2008-07-22 09:18:30 +0000 |
commit | 90f9a8e45715bfc2a468c268e36a67ffe00d8d38 (patch) | |
tree | 6730ce16c512101fde68caa66f64ea52c590788b /ext/mbstring/php_mbregex.c | |
parent | d10d4e48c33ad16950cf5ede1ef73114ec11aa11 (diff) | |
download | php-git-90f9a8e45715bfc2a468c268e36a67ffe00d8d38.tar.gz |
- Remove duplicated lines.
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> |