summaryrefslogtreecommitdiff
path: root/ext/bcmath/bcmath.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-23 12:38:45 +0000
committerZeev Suraski <zeev@php.net>1999-04-23 12:38:45 +0000
commitbce60f0fe64985568e7d6151ee34ba11a44b8023 (patch)
tree6af862fe7239b3fb1f8b98fbac59650292fbf525 /ext/bcmath/bcmath.c
parent94cde3345990b621754831fbc720ea635c362480 (diff)
downloadphp-git-bce60f0fe64985568e7d6151ee34ba11a44b8023.tar.gz
* MySQL fix (thanks Stig)
* Remove reundant includes from bcmath
Diffstat (limited to 'ext/bcmath/bcmath.c')
-rw-r--r--ext/bcmath/bcmath.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c
index d343d5b82b..d6e42715ee 100644
--- a/ext/bcmath/bcmath.c
+++ b/ext/bcmath/bcmath.c
@@ -27,14 +27,8 @@
+----------------------------------------------------------------------+
*/
-#ifndef MSVC5
-#include "config.h"
-#include "build-defs.h"
-#endif
-
#include "php.h"
-
#if WITH_BCMATH
#include "number.h"