mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-01 10:06:59 +03:00
Work done on the plane, ready to release libxml2-2.0.0, Daniel
This commit is contained in:
8
valid.c
8
valid.c
@ -20,10 +20,10 @@
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#include "xmlmemory.h"
|
||||
#include "valid.h"
|
||||
#include "parser.h"
|
||||
#include "parserInternals.h"
|
||||
#include <libxml/xmlmemory.h>
|
||||
#include <libxml/valid.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/parserInternals.h>
|
||||
|
||||
/*
|
||||
* Generic function for accessing stacks in the Validity Context
|
||||
|
Reference in New Issue
Block a user