1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +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> Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
* threads.c: patch from Gary Pennington fixing a possible * threads.c: patch from Gary Pennington fixing a possible

View File

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

View File

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