diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-23 12:38:45 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-23 12:38:45 +0000 |
commit | bce60f0fe64985568e7d6151ee34ba11a44b8023 (patch) | |
tree | 6af862fe7239b3fb1f8b98fbac59650292fbf525 /ext/bcmath/bcmath.c | |
parent | 94cde3345990b621754831fbc720ea635c362480 (diff) | |
download | php-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.c | 6 |
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" |