]> granicus.if.org Git - php/commitdiff
Default to including expat.h
authorSascha Schumann <sas@php.net>
Sat, 12 May 2001 10:22:16 +0000 (10:22 +0000)
committerSascha Schumann <sas@php.net>
Sat, 12 May 2001 10:22:16 +0000 (10:22 +0000)
ext/wddx/php_wddx.h

index 245099d19731ab67dccbd2460f4c8771f23ff11c..62dcf8fc629411a427bd47ea22357cc1a15992a6 100644 (file)
 
 #if HAVE_WDDX
 
-#ifdef HAVE_LIBEXPAT2
 #include <expat.h>
-#else
-#include "xmlparse.h"
-#endif
 
 extern zend_module_entry wddx_module_entry;
 #define wddx_module_ptr &wddx_module_entry