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

globals: Move remaining declarations to correct places

globals.h is now deprecated. Sanity is restored.
This commit is contained in:
Nick Wellnhofer
2023-09-20 20:49:59 +02:00
parent 1117fae040
commit d6ba403368
10 changed files with 66 additions and 58 deletions

View File

@@ -26,7 +26,6 @@
#include <libxml/c14n.h>
#include <libxml/xmlreader.h>
#include <libxml/xmlsave.h>
#include <libxml/globals.h>
#include "libxml_wrap.h"
#include "libxml2-py.h"