1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-07 06:43:02 +03:00

- Updated HTML test outputs

- Fixed taht f....g problem with C++ and includes,
Daniel
This commit is contained in:
Daniel Veillard
1999-12-01 09:51:45 +00:00
parent a594bf46ec
commit a0555cc9ec
3 changed files with 1 additions and 4 deletions

View File

@@ -17,6 +17,7 @@
#endif
#include "xmlmemory.h"
#include "entities.h"
#include "parser.h"
/*
* The XML predefined entities.

View File

@@ -57,8 +57,6 @@ typedef xmlEntitiesTable *xmlEntitiesTablePtr;
* External functions :
*/
#include "parser.h"
void xmlAddDocEntity (xmlDocPtr doc,
const xmlChar *name,
int type,

View File

@@ -57,8 +57,6 @@ typedef xmlEntitiesTable *xmlEntitiesTablePtr;
* External functions :
*/
#include "parser.h"
void xmlAddDocEntity (xmlDocPtr doc,
const xmlChar *name,
int type,