Remove unused include from xml.c

This commit is contained in:
Niels Dossche 2024-07-06 02:09:32 +02:00
parent ec1998987b
commit be2d9fd80e

View file

@ -29,7 +29,6 @@
#ifdef HAVE_XML
#include "php_xml.h"
# include "ext/standard/head.h"
#ifdef LIBXML_EXPAT_COMPAT
#include "ext/libxml/php_libxml.h"
#endif