Skip to content

Commit b180771

Browse files
author
Sascha Schumann
committed
Default to including expat.h
1 parent 5397b31 commit b180771

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/wddx/php_wddx.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@
3434

3535
#if HAVE_WDDX
3636

37-
#ifdef HAVE_LIBEXPAT2
3837
#include <expat.h>
39-
#else
40-
#include "xmlparse.h"
41-
#endif
4238

4339
extern zend_module_entry wddx_module_entry;
4440
#define wddx_module_ptr &wddx_module_entry

0 commit comments

Comments
 (0)