mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Work done on the plane, ready to release libxml2-2.0.0, Daniel
This commit is contained in:
10
testSAX.c
10
testSAX.c
@ -36,11 +36,11 @@
|
||||
#endif
|
||||
|
||||
|
||||
#include "parser.h"
|
||||
#include "parserInternals.h" /* only for xmlNewInputFromFile() */
|
||||
#include "tree.h"
|
||||
#include "debugXML.h"
|
||||
#include "xmlmemory.h"
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/parserInternals.h> /* only for xmlNewInputFromFile() */
|
||||
#include <libxml/tree.h>
|
||||
#include <libxml/debugXML.h>
|
||||
#include <libxml/xmlmemory.h>
|
||||
|
||||
static int debug = 0;
|
||||
static int copy = 0;
|
||||
|
Reference in New Issue
Block a user