summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
-rw-r--r--ext/mbstring/php_mbregex.c4
1 files changed, 2 insertions, 2 deletions
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