* EOControl/EOClassDescription.h: Avoid unnecessary include.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@25993 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2008-01-22 10:27:53 +00:00
parent 8df4d1c01d
commit e81d597859
2 changed files with 7 additions and 3 deletions

View file

@ -1,10 +1,14 @@
2008-01-22 David Ayers <ayers@fsfe.org>
* EOControl/EOClassDescription.h: Avoid unnecessary include.
2008-01-22 Peter Cooper <comrade@obverse.com.au>
* Tools/NSArray+GSDoc.m: Include NSString.h ...
* EOControl/EOClassDescription.h: Include NSDictionary.h to compile
with new versions of -base/Foundation.
2007-11-27 David Ayers <ayers@fsfe.org>
2007-11-27 David Ayers
* EOControl/EOClassDescription.h/m
([NSObject-validateTakeValue:forKeyPath:]): Implement.

View file

@ -31,7 +31,6 @@
#include <Foundation/NSArray.h>
#include <Foundation/NSException.h>
#include <Foundation/NSZone.h>
#include <Foundation/NSDictionary.h>
#else
#include <Foundation/Foundation.h>
#endif
@ -39,9 +38,10 @@
#include <EOControl/EODefines.h>
@class NSDictionary;
@class NSFormatter;
@class EOEditingContext;
@class NSFormatter;
@class EOGlobalID;
@class NSMutableDictionary;
@class EORelationship;
typedef enum