From: Daniel Beulshausen Date: Fri, 5 Jan 2001 18:09:43 +0000 (+0000) Subject: remove stupid ifdef's X-Git-Tag: php-4.0.5RC1~721 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=315e790ccc706b8d0f88a972ae8ef6330e8bae7c;p=php remove stupid ifdef's --- 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"