From: Sascha Schumann Date: Sat, 12 May 2001 10:22:16 +0000 (+0000) Subject: Default to including expat.h X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~465 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b18077179ddd627f2f53a3533926f783e2118e4c;p=php Default to including expat.h --- diff --git a/ext/wddx/php_wddx.h b/ext/wddx/php_wddx.h index 245099d197..62dcf8fc62 100644 --- a/ext/wddx/php_wddx.h +++ b/ext/wddx/php_wddx.h @@ -34,11 +34,7 @@ #if HAVE_WDDX -#ifdef HAVE_LIBEXPAT2 #include -#else -#include "xmlparse.h" -#endif extern zend_module_entry wddx_module_entry; #define wddx_module_ptr &wddx_module_entry