diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-11-18 02:30:27 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-11-18 02:30:27 +0000 |
commit | c5107b898955199f75c1bdf6dea78e4038420a80 (patch) | |
tree | 965b820e2d7395a1de3d59d44486420f5841e395 /ext/xml | |
parent | 824fdad6c11173937c08b0dbff7ad6afc2ac3e05 (diff) | |
download | php-git-c5107b898955199f75c1bdf6dea78e4038420a80.tar.gz |
Removed duplicate php_compat.h include.
Diffstat (limited to 'ext/xml')
-rw-r--r-- | ext/xml/expat/xmlparse.c | 1 |
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) |