diff options
author | Sascha Schumann <sas@php.net> | 2001-05-12 10:22:16 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-05-12 10:22:16 +0000 |
commit | b18077179ddd627f2f53a3533926f783e2118e4c (patch) | |
tree | c62fddcbddb6d63eb8bc11156c3c90b478d65a79 /ext/wddx/php_wddx.h | |
parent | 5397b31c4692c15a9b57202962c655866b826c0a (diff) | |
download | php-git-b18077179ddd627f2f53a3533926f783e2118e4c.tar.gz |
Default to including expat.h
Diffstat (limited to 'ext/wddx/php_wddx.h')
-rw-r--r-- | ext/wddx/php_wddx.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 <expat.h> -#else -#include "xmlparse.h" -#endif extern zend_module_entry wddx_module_entry; #define wddx_module_ptr &wddx_module_entry |