From: Harald Radi Date: Thu, 16 Jan 2003 22:08:00 +0000 (+0000) Subject: revert previous commit X-Git-Tag: PHP_5_0_dev_before_13561_fix~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77f7ae38141100ed30240f253c42970067f3a1d7;p=php revert previous commit --- 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"