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:
parent
e28313b7d2
commit
2a9068212f
@ -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
|
||||
|
@ -18,7 +18,6 @@
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#include <libxml/xmlversion.h>
|
||||
#include <libxml/globals.h>
|
||||
#include <libxml/xmlmemory.h>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user