mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-01 09:41:47 +03:00
trio upgrade and integration
This commit is contained in:
10
HTMLparser.c
10
HTMLparser.c
@ -6,15 +6,9 @@
|
||||
* Daniel.Veillard@w3.org
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
#include "win32config.h"
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <libxml/xmlversion.h>
|
||||
#include "libxml.h"
|
||||
#ifdef LIBXML_HTML_ENABLED
|
||||
#include <stdio.h>
|
||||
|
||||
#include <string.h>
|
||||
#ifdef HAVE_CTYPE_H
|
||||
#include <ctype.h>
|
||||
|
Reference in New Issue
Block a user