* 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:
ayers 2003-05-02 13:53:05 +00:00
parent 0ed60a4dbf
commit be823841ce
3 changed files with 5 additions and 4 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>