summaryrefslogtreecommitdiff
path: root/ext/bcmath
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2003-01-16 22:08:00 +0000
committerHarald Radi <phanto@php.net>2003-01-16 22:08:00 +0000
commit77f7ae38141100ed30240f253c42970067f3a1d7 (patch)
tree80b5199f5a745d710259953b482c2c8b735355c5 /ext/bcmath
parent76adb58b7a5a294ad9f46bb5c61fe42d699d6fe1 (diff)
downloadphp-git-77f7ae38141100ed30240f253c42970067f3a1d7.tar.gz
revert previous commit
Diffstat (limited to 'ext/bcmath')
-rw-r--r--ext/bcmath/libbcmath/src/config.h8
1 files changed, 4 insertions, 4 deletions
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 <string.h>
-#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 <string.h>
+#include "zend.h"
+#include "zend_alloc.h"