1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-23 01:52:48 +03:00

Remove unnecessary #includes

This commit is contained in:
Nick Wellnhofer
2025-02-22 21:17:42 +01:00
parent 7ae8e8ac7d
commit 6ab430ca2e
3 changed files with 1 additions and 5 deletions

3
tree.c
View File

@@ -38,9 +38,6 @@
#ifdef LIBXML_HTML_ENABLED
#include <libxml/HTMLtree.h>
#endif
#ifdef LIBXML_DEBUG_ENABLED
#include <libxml/debugXML.h>
#endif
#include "private/buf.h"
#include "private/entities.h"