mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 19:51:13 +00:00
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:
parent
459838cbda
commit
4b71c91673
1 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue