From 77f7ae38141100ed30240f253c42970067f3a1d7 Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Thu, 16 Jan 2003 22:08:00 +0000 Subject: revert previous commit --- ext/bcmath/libbcmath/src/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/bcmath/libbcmath/src') diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h index 9cb0d33d1d..6516f8f19b 100644 --- a/ext/bcmath/libbcmath/src/config.h +++ b/ext/bcmath/libbcmath/src/config.h @@ -1,7 +1,3 @@ -#include -#include "zend.h" -#include "zend_alloc.h" - #if PHP_WIN32 #include "../../../../main/config.w32.h" #elif defined(NETWARE) @@ -9,3 +5,7 @@ #else #include "php_config.h" #endif + +#include +#include "zend.h" +#include "zend_alloc.h" -- cgit v1.2.1