summaryrefslogtreecommitdiff
path: root/ext/xml
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-11-18 02:30:27 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-11-18 02:30:27 +0000
commitc5107b898955199f75c1bdf6dea78e4038420a80 (patch)
tree965b820e2d7395a1de3d59d44486420f5841e395 /ext/xml
parent824fdad6c11173937c08b0dbff7ad6afc2ac3e05 (diff)
downloadphp-git-c5107b898955199f75c1bdf6dea78e4038420a80.tar.gz
Removed duplicate php_compat.h include.
Diffstat (limited to 'ext/xml')
-rw-r--r--ext/xml/expat/xmlparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/xml/expat/xmlparse.c b/ext/xml/expat/xmlparse.c
index ef1ec022f6..60e65d6907 100644
--- a/ext/xml/expat/xmlparse.c
+++ b/ext/xml/expat/xmlparse.c
@@ -625,7 +625,6 @@ struct XML_ParserStruct {
#define parsing (processor != prologInitProcessor)
-#include "php_compat.h"
XML_Parser
XML_ParserCreate(const XML_Char *encodingName)