mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-22 23:11:15 +00:00
* GSWeb.framework/GSWeb.h:
o added includes for new files o removed includes for removed files git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18909 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
307e06de6c
commit
3a5e829e6f
1 changed files with 9 additions and 4 deletions
|
@ -118,7 +118,10 @@
|
|||
@class GSWHTMLStaticGroup;
|
||||
@class GSWInput;
|
||||
@class GSWComponentReference;
|
||||
@class GSWPageDefElement;
|
||||
@class GSWTemporaryElement;
|
||||
@class GSWBaseParser;
|
||||
@class GSWDeclaration;
|
||||
@class GSWGSWDeclarationParser;
|
||||
@class GSWBundle;
|
||||
@class GSWSessionTimeOutManager;
|
||||
@class GSWServerSessionStore;
|
||||
|
@ -159,8 +162,9 @@
|
|||
#include "GSWHTMLLexer.h"
|
||||
#include "GSWHTMLParser.h"
|
||||
#include "GSWHTMLParserExt.h"
|
||||
#include "GSWPageDefParser.h"
|
||||
#include "GSWPageDefParserExt.h"
|
||||
#include "GSWBaseParser.h"
|
||||
#include "GSWDeclaration.h"
|
||||
#include "GSWDeclarationParser.h"
|
||||
#include "GSWAdaptor.h"
|
||||
#include "GSWApplication.h"
|
||||
#include "GSWAssociation.h"
|
||||
|
@ -233,8 +237,9 @@
|
|||
#include "GSWDefaultAdaptorThread.h"
|
||||
#include "GSWKeyValueAssociation.h"
|
||||
#include "GSWConstantValueAssociation.h"
|
||||
#include "GSWPageDefElement.h"
|
||||
#include "GSWTemplateParser.h"
|
||||
#include "GSWHTMLTemplateParser.h"
|
||||
#include "GSWTemporaryElement.h"
|
||||
#include "GSWBundle.h"
|
||||
#include "GSWSessionTimeOutManager.h"
|
||||
#include "GSWServerSessionStore.h"
|
||||
|
|
Loading…
Reference in a new issue