mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 07:20:55 +00:00
2000-11-01 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWTemplateParserXML.m: remove xml-error.h include git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@7969 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4f956cb725
commit
cef09ea58f
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-11-01 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
|
||||
* GSWeb.framework/GSWTemplateParserXML.m: remove xml-error.h include
|
||||
|
||||
2000-11-01 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
|
||||
* GSWeb.framework/GSWApplication.m: removed a trace
|
||||
|
|
|
@ -25,7 +25,6 @@ static char rcsId[] = "$Id$";
|
|||
|
||||
#include <GSWeb/GSWeb.h>
|
||||
#include <libxml/SAX.h>
|
||||
#include <libxml/xml-error.h>
|
||||
|
||||
extern xmlParserInputPtr xmlNewStringInputStream(xmlParserCtxtPtr ctxt,
|
||||
const xmlChar *buffer);
|
||||
|
|
Loading…
Reference in a new issue