From 0f568c0b7376d5013a14e9186ec962b5aa033636 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Fri, 26 Aug 2022 01:22:33 +0200 Subject: Consolidate private header files Private functions were previously declared - in header files in the root directory - in public headers guarded with IN_LIBXML - in libxml.h - redundantly in source files that used them. Consolidate all private header files in include/private. --- xmlstring.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmlstring.c') diff --git a/xmlstring.c b/xmlstring.c index 46301c3b..2bd7e6a6 100644 --- a/xmlstring.c +++ b/xmlstring.c @@ -23,6 +23,9 @@ #include #include +#include "private/parser.h" +#include "private/string.h" + /************************************************************************ * * * Commodity functions to handle xmlChars * -- cgit v1.2.1