diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-01-05 18:09:43 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-01-05 18:09:43 +0000 |
commit | 315e790ccc706b8d0f88a972ae8ef6330e8bae7c (patch) | |
tree | d5bd59b7de005d7a5111d878ab7cc2054bf727f5 /ext/xml/xml.c | |
parent | 4d25067387dd6fa6bc806416287672e501e68928 (diff) | |
download | php-git-315e790ccc706b8d0f88a972ae8ef6330e8bae7c.tar.gz |
remove stupid ifdef's
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r-- | ext/xml/xml.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c index 487fd383b5..592ea09d2e 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -22,12 +22,6 @@ #include "php.h" -#if WIN32 -#include "config.w32.h" -#else -#include "php_config.h" -#endif - #define PHP_XML_INTERNAL #include "php_xml.h" #include "zend_variables.h" |