mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* EOAccess/EOSQLExpression.m: Import GSCategories.h only for
NeXT_Foundation_Library. * EOControl/EOKeyValueCoding.m: Ditto. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16612 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0ed60a4dbf
commit
be823841ce
3 changed files with 5 additions and 4 deletions
|
@ -13,6 +13,9 @@
|
|||
* EOControl/GNUmakefile: Ditto.
|
||||
* EOModeler/GNUmakefile: Ditto.
|
||||
* Tools/GNUmakefile: Ditto.
|
||||
* EOAccess/EOSQLExpression.m: Import GSCategories.h only for
|
||||
NeXT_Foundation_Library.
|
||||
* EOControl/EOKeyValueCoding.m: Ditto.
|
||||
|
||||
2003-04-18 Mirko Viviani <mirko@objectlab.org>
|
||||
|
||||
|
|
|
@ -49,9 +49,8 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOFetchSpecification.h>
|
||||
#include <EOControl/EOQualifier.h>
|
||||
|
|
|
@ -56,9 +56,8 @@ RCS_ID("$Id$")
|
|||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <gnustep/base/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue