From: Rui Hirokawa Date: Wed, 16 Jul 2008 22:56:56 +0000 (+0000) Subject: revert my previous patch. X-Git-Tag: php-5.3.0alpha1~310 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0814d9e58ac206722d0b3eae9276c30058bc9b17;p=php revert my previous patch. --- diff --git a/ext/mbstring/php_mbregex.h b/ext/mbstring/php_mbregex.h index 7d35e65a71..8326fed316 100644 --- a/ext/mbstring/php_mbregex.h +++ b/ext/mbstring/php_mbregex.h @@ -26,7 +26,7 @@ #include "php.h" #include "zend.h" #include "php_onig_compat.h" /* must come prior to the oniguruma header */ -#include "oniguruma/oniguruma.h" +#include "oniguruma.h" #undef UChar /* {{{ PHP_MBREGEX_GLOBALS */