1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

removed some misplaced includes of xmlversion.h Daniel

* globals.c testThreads.c: removed some misplaced includes
  of xmlversion.h
Daniel
This commit is contained in:
Daniel Veillard
2001-12-06 14:34:08 +00:00
parent e28313b7d2
commit 2a9068212f
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <libxml/xmlversion.h>
#include "libxml.h"
#if defined(LIBXML_THREAD_ENABLED) && defined(LIBXML_CATALOG_ENABLED)
#include <libxml/globals.h>