o removed #include "GSWHTMLLexer.h"

o removed #include "GSWHTMLParser.h"
o removed #include "GSWHTMLParserExt.h"


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19050 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mguesdon 2004-04-06 11:17:22 +00:00
parent 459838cbda
commit 4b71c91673

View file

@ -1,6 +1,6 @@
/** GSWeb.h - <title>GSWeb</title>
Copyright (C) 1999-2003 Free Software Foundation, Inc.
Copyright (C) 1999-2004 Free Software Foundation, Inc.
Written by: Manuel Guesdon <mguesdon@orange-concept.com>
Date: Jan 1999
@ -121,7 +121,7 @@
@class GSWTemporaryElement;
@class GSWBaseParser;
@class GSWDeclaration;
@class GSWGSWDeclarationParser;
@class GSWDeclarationParser;
@class GSWBundle;
@class GSWSessionTimeOutManager;
@class GSWServerSessionStore;
@ -159,9 +159,6 @@
#include "GSWElementIDString.h"
#include "GSWMessage.h"
#include "GSWResponse.h"
#include "GSWHTMLLexer.h"
#include "GSWHTMLParser.h"
#include "GSWHTMLParserExt.h"
#include "GSWBaseParser.h"
#include "GSWDeclaration.h"
#include "GSWDeclarationParser.h"