1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-23 17:33:50 +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,3 +1,8 @@
Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
* globals.c testThreads.c: removed some misplaced includes
of xmlversion.h
Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
* threads.c: patch from Gary Pennington fixing a possible

View File

@ -18,7 +18,6 @@
#endif
#include <string.h>
#include <libxml/xmlversion.h>
#include <libxml/globals.h>
#include <libxml/xmlmemory.h>

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>