moriyoshi Tue Jul 22 09:18:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring php_mbregex.c Log: - Remove duplicated lines. http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/php_mbregex.c?r1=1.53.2.1.2.4.2.9&r2=1.53.2.1.2.4.2.10&diff_format=u Index: php-src/ext/mbstring/php_mbregex.c diff -u php-src/ext/mbstring/php_mbregex.c:1.53.2.1.2.4.2.9 php-src/ext/mbstring/php_mbregex.c:1.53.2.1.2.4.2.10 --- php-src/ext/mbstring/php_mbregex.c:1.53.2.1.2.4.2.9 Thu Jul 17 16:08:37 2008 +++ php-src/ext/mbstring/php_mbregex.c Tue Jul 22 09:18:30 2008 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_mbregex.c,v 1.53.2.1.2.4.2.9 2008/07/17 16:08:37 moriyoshi Exp $ */ +/* $Id: php_mbregex.c,v 1.53.2.1.2.4.2.10 2008/07/22 09:18:30 moriyoshi Exp $ */ #ifdef HAVE_CONFIG_H @@ -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>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php