From: Ilia Alshanetsky Date: Mon, 18 Nov 2002 02:30:27 +0000 (+0000) Subject: Removed duplicate php_compat.h include. X-Git-Tag: RELEASE_1_0b2~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5107b898955199f75c1bdf6dea78e4038420a80;p=php Removed duplicate php_compat.h include. --- 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)