mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 21:00:44 +00:00
* 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:
parent
8df4d1c01d
commit
e81d597859
2 changed files with 7 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue