From 92a0cc7d947424087b9ed82c949688acfd1643c8 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 19 May 2025 19:10:27 +0200 Subject: [PATCH] Fix deprecation warning for libxml SAX header (#18594) This header is deprecated, but fortunately it isn't actually used. --- ext/dom/document.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/dom/document.c b/ext/dom/document.c index 42d67d57398..e622a09309b 100644 --- a/ext/dom/document.c +++ b/ext/dom/document.c @@ -22,7 +22,6 @@ #include "php.h" #if defined(HAVE_LIBXML) && defined(HAVE_DOM) #include "php_dom.h" -#include #include #ifdef LIBXML_SCHEMAS_ENABLED #include