From de79a4e9d85826fe416a72dcb9e068a574c04a22 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 2 Dec 2002 21:10:37 +0000 Subject: Reverted the changes because the problem was elsewhere. --- ext/mbstring/php_mbregex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/mbstring/php_mbregex.c') diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index 8ae848ae6f..39fc048a46 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -25,9 +25,9 @@ #include "php.h" #include "php_ini.h" -#include "mbstring.h" -#include "mbregex.h" #include "php_mbregex.h" +#include "mbregex.h" +#include "mbstring.h" #if HAVE_MBREGEX -- cgit v1.2.1