1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Revert "Remove unnecessary include statements from dom"

This reverts commit dd795022fa.
This commit is contained in:
Niels Dossche
2024-07-08 16:26:50 +02:00
parent dda96768ec
commit 33289dfa5c
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#include "php.h"
#if defined(HAVE_LIBXML) && defined(HAVE_DOM)
#include "php_dom.h"
#include "html5_serializer.h"
#include "namespace_compat.h"
#include "serialize_common.h"

View File

@@ -20,6 +20,7 @@
#include "php.h"
#if defined(HAVE_LIBXML) && defined(HAVE_DOM)
#include "php_dom.h"
#include "namespace_compat.h"
#include "internal_helpers.h"