* GSWeb/GSWElement.h

@class not needed after including full header of that class



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@36681 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sebastian Reitenbach 2013-05-30 14:24:38 +00:00
parent 0077c8591e
commit 220246339d
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-05-30: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* GSWeb/GSWElement.h
@class not needed after including full header of that class
2013-05-30: Graham Lee <iamleeg@gmail.com>
* GSWeb/GSWContext.m
remove useless comparison

View file

@ -42,7 +42,6 @@ GSWEB_EXPORT BYTE ElementsMap_gswebElement;
GSWEB_EXPORT BYTE ElementsMap_dynamicElement;
GSWEB_EXPORT BYTE ElementsMap_attributeElement;
@class GSWResponse;
@class GSWContext;
@class GSWRequest;