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:
Manuel Guesdon 2000-11-01 14:57:38 +00:00
parent ca9f69d06a
commit 76e351cee7
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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);