* *.m: Include GNUstep.h if GNUSTEP is not defined for OS X.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@17191 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2003-07-11 19:04:05 +00:00
parent cca381a47b
commit 9238fc1a32
69 changed files with 345 additions and 14 deletions

View file

@ -1,3 +1,7 @@
2003-07-11 David Ayers <d.ayers@inode.at>
* *.m: Include GNUstep.h if GNUSTEP is not defined for OS X.
2003-06-26 Manuel Guesdon <mguesdon@orange-concept.com>
* config.h.in:
o added EMIT_TODO control

View file

@ -43,6 +43,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOCheapArray.h>
#include <EOControl/EOKeyGlobalID.h>
#include <EOControl/EODebug.h>

View file

@ -63,6 +63,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <gnustep/base/Unicode.h>

View file

@ -48,6 +48,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOMutableKnownKeyDictionary.h>
#include <EOControl/EOFetchSpecification.h>
#include <EOControl/EONSAddOns.h>

View file

@ -46,6 +46,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EODebug.h>
#include <EOAccess/EOAdaptor.h>

View file

@ -42,6 +42,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOAccess/EODatabaseOperation.h>
#include <EOAccess/EOAttribute.h>
#include <EOAccess/EOEntity.h>

View file

@ -57,6 +57,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EONull.h>
#include <EOControl/EOObserver.h>
#include <EOControl/EODebug.h>

View file

@ -49,6 +49,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOObjectStore.h>
#include <EOControl/EOKeyGlobalID.h>
#include <EOControl/EONull.h>

View file

@ -51,6 +51,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOEditingContext.h>
#include <EOControl/EOKeyValueCoding.h>
#include <EOControl/EOFetchSpecification.h>

View file

@ -55,6 +55,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <gnustep/base/GSObjCRuntime.h>
#include <EOControl/EOFault.h>

View file

@ -52,6 +52,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOEditingContext.h>
#include <EOControl/EOQualifier.h>
#include <EOControl/EOFetchSpecification.h>

View file

@ -46,6 +46,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EODebug.h>
#include <EOAccess/EODatabaseOperation.h>

View file

@ -60,6 +60,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOKeyValueCoding.h>
#include <EOControl/EOQualifier.h>
#include <EOControl/EOKeyGlobalID.h>

View file

@ -51,6 +51,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <gnustep/base/GSObjCRuntime.h>
#include <EOControl/EODebug.h>

View file

@ -43,6 +43,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EODebug.h>
#include <EOAccess/EOModel.h>

View file

@ -51,6 +51,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <gnustep/base/GSObjCRuntime.h>
#include <EOControl/EOGenericRecord.h>

View file

@ -45,6 +45,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOAccess/EOModelGroup.h>
#include <EOAccess/EOModel.h>
#include <EOAccess/EOEntity.h>

View file

@ -47,6 +47,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOObserver.h>
#include <EOControl/EOMutableKnownKeyDictionary.h>
#include <EOControl/EONSAddOns.h>

View file

@ -49,6 +49,10 @@ RCS_ID("$Id$")
#include <Foundation/NSDebug.h>
#else
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#include <gnustep/base/GSCategories.h>
#endif

View file

@ -48,6 +48,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOAccess/EOSQLQualifier.h>
#include <EOAccess/EOAttribute.h>
#include <EOAccess/EORelationship.h>

View file

@ -43,6 +43,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <gnustep/base/GCObject.h>
#include <EOControl/EODebug.h>

View file

@ -47,6 +47,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOKeyGlobalID.h>
#include <EOControl/EOQualifier.h>
#include <EOControl/EONull.h>

View file

@ -56,6 +56,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EONSAddOns.h>
#include <EOControl/EODebug.h>

View file

@ -54,6 +54,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EONull.h>
#include <EOControl/EOQualifier.h>
#include <EOControl/EOFetchSpecification.h>

View file

@ -51,6 +51,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EODebug.h>
#include <Postgres95EOAdaptor/Postgres95Adaptor.h>

View file

@ -43,6 +43,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EONull.h>
#include <EOControl/EONSAddOns.h>
#include <EOControl/EODebug.h>

View file

@ -48,6 +48,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOAccess/EOAttribute.h>

View file

@ -45,6 +45,10 @@ RCS_ID("$Id$")
#include <Foundation/NSDebug.h>
#else
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#include <gnustep/base/GSObjCRuntime.h>
#endif

View file

@ -33,6 +33,10 @@
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOArrayDataSource.h>
#include <EOControl/EOClassDescription.h>

View file

@ -45,6 +45,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOCheapArray.h>
#include <EOControl/EODebug.h>

View file

@ -54,6 +54,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOClassDescription.h>
#include <EOControl/EOKeyValueCoding.h>
#include <EOControl/EONull.h>

View file

@ -35,6 +35,11 @@
RCS_ID("$Id$")
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EODataSource.h>
#include <EOControl/EOClassDescription.h>
#include <EOControl/EOEditingContext.h>

View file

@ -41,6 +41,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <unistd.h>
#include <EOControl/EODebug.h>

View file

@ -45,6 +45,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EODetailDataSource.h>
#include <EOControl/EOKeyValueCoding.h>
#include <EOControl/EOKeyValueArchiver.h>

View file

@ -37,6 +37,10 @@ RCS_ID("$Id$")
//TODO EOMultiReaderLocks
#include <Foundation/Foundation.h>
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOEditingContext.h>
#include <EOControl/EOObjectStoreCoordinator.h>
#include <EOControl/EOGlobalID.h>

View file

@ -54,7 +54,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#include <gnustep/base/GSObjCRuntime.h>
#endif
#include <EOControl/EOFault.h>
#include <EOControl/EOKeyGlobalID.h>

View file

@ -48,6 +48,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <gnustep/base/GCObject.h>
#include <EOControl/EOFault.h>

View file

@ -44,6 +44,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOFetchSpecification.h>
#include <EOControl/EOKeyValueArchiver.h>
#include <EOControl/EOObserver.h>

View file

@ -51,6 +51,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <gnustep/base/GSObjCRuntime.h>
#include <EOControl/EOClassDescription.h>

View file

@ -42,6 +42,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOGlobalID.h>
#include <EOControl/EODebug.h>

View file

@ -44,6 +44,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOQualifier.h>
#include <EOControl/EOKeyValueCoding.h>
#include <EOControl/EODebug.h>

View file

@ -44,6 +44,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOKeyGlobalID.h>
#include <EOControl/EODebug.h>
#include <EOControl/EONull.h>

View file

@ -45,6 +45,9 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOKeyValueArchiver.h>
#include <EOControl/EODebug.h>

View file

@ -56,6 +56,10 @@ RCS_ID("$Id$")
#include <Foundation/NSDebug.h>
#else
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#include <gnustep/base/GSCategories.h>
#endif

View file

@ -46,6 +46,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOQualifier.h>
#include <EOControl/EOKeyValueCoding.h>
#include <EOControl/EOObjectStore.h>

View file

@ -47,6 +47,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOMutableKnownKeyDictionary.h>
#include <EOControl/EODebug.h>
#include <EOControl/EONull.h>

View file

@ -50,6 +50,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EONSAddOns.h>
#include <EOControl/EODebug.h>

View file

@ -43,6 +43,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOQualifier.h>

View file

@ -47,6 +47,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EONull.h>
#include <EOControl/EODebug.h>

View file

@ -41,6 +41,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOObjectStore.h>

View file

@ -46,6 +46,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOObjectStoreCoordinator.h>
#include <EOControl/EOEditingContext.h>
#include <EOControl/EODebug.h>

View file

@ -46,6 +46,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOClassDescription.h>
#include <EOControl/EOKeyValueCoding.h>
#include <EOControl/EONull.h>

View file

@ -43,6 +43,10 @@ RCS_ID("$Id$")
#include <Foundation/NSDebug.h>
#else
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#include <gnustep/base/GSObjCRuntime.h>
#endif

View file

@ -50,6 +50,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOQualifier.h>
#include <EOControl/EODebug.h>

View file

@ -44,6 +44,10 @@ RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOSortOrdering.h>
#include <EOControl/EOKeyValueCoding.h>
#include <EOControl/EOKeyValueArchiver.h>

View file

@ -35,6 +35,10 @@
RCS_ID("$Id$")
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EODeprecated.h>
#include <EOControl/EODebug.h>

View file

@ -1,5 +1,5 @@
#
# eoaccess makefile for GNUstep Database Library.
# EOControl makefile for GNUstep Database Library.
#
# Copyright (C) 1997 Free Software Foundation, Inc.
#

View file

@ -58,8 +58,7 @@ ADDITIONAL_LIB_DIRS =
#
# Additional directories to be created during installation
ADDITIONAL_INSTALL_DIRS = \
$(GNUSTEP_HEADERS)/$(GNUSTEP_FND_DIR)/eoaccess/exceptions
ADDITIONAL_INSTALL_DIRS =
# What are the libraries this library depends upon. This is needed for some

View file

@ -26,6 +26,10 @@
#include "config.h"
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOModeler/EOModelExtensions.h>
#include <EOControl/EODebug.h>

View file

@ -58,8 +58,7 @@ ADDITIONAL_LIB_DIRS =
#
# Additional directories to be created during installation
ADDITIONAL_INSTALL_DIRS = \
$(GNUSTEP_HEADERS)/$(GNUSTEP_FND_DIR)/eoaccess/exceptions
ADDITIONAL_INSTALL_DIRS =
# What are the libraries this library depends upon. This is needed for some

View file

@ -35,10 +35,20 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/NSAutoreleasePool.h>
#else
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOAccess/EOAccess.h>
#include <EOAccess/EOEntity.h>
#include <EOAccess/EOAttribute.h>
#include <Foundation/NSAutoreleasePool.h>
#include "NSArray+GSDoc.h"
#include "NSDictionary+GSDoc.h"
#include "EOAttribute+GSDoc.h"

View file

@ -35,9 +35,19 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/NSAutoreleasePool.h>
#else
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOAccess/EOAccess.h>
#include <EOAccess/EOEntity.h>
#include <Foundation/NSAutoreleasePool.h>
#include "NSArray+GSDoc.h"
#include "NSDictionary+GSDoc.h"
#include "EOModel+GSDoc.h"

View file

@ -35,10 +35,20 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/NSAutoreleasePool.h>
#else
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOAccess/EOAccess.h>
#include <EOAccess/EOJoin.h>
#include <EOAccess/EORelationship.h>
#include <Foundation/NSAutoreleasePool.h>
#include "NSArray+GSDoc.h"
#include "NSDictionary+GSDoc.h"
#include "EOAttribute+GSDoc.h"

View file

@ -34,12 +34,22 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSDebug.h>
#else
#include <Foundation/Foundation>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOAccess/EOAccess.h>
#include <EOAccess/EOModel.h>
#include <EOAccess/EOEntity.h>
#include <Foundation/Foundation.h>
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSDebug.h>
#include "NSArray+GSDoc.h"
#include "NSDictionary+GSDoc.h"
#include "EOEntity+GSDoc.h"

View file

@ -34,10 +34,20 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/NSAutoreleasePool.h>
#else
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOAccess/EOAccess.h>
#include <EOAccess/EORelationship.h>
#include <EOAccess/EOEntity.h>
#include <Foundation/NSAutoreleasePool.h>
#include "NSArray+GSDoc.h"
#include "NSDictionary+GSDoc.h"
#include "EORelationship+GSDoc.h"

View file

@ -34,8 +34,16 @@
RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/NSAutoreleasePool.h>
#else
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include "NSArray+GSDoc.h"

View file

@ -34,8 +34,18 @@
RCS_ID("$Id$")
#include <Foundation/Foundation.h>
#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/NSString.h>
#include <Foundation/NSEnumerator.h>
#include <Foundation/NSAutoreleasePool.h>
#else
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include "NSDictionary+GSDoc.h"

View file

@ -35,7 +35,27 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/NSArray.h>
#include <Foundation/NSString.h>
#include <Foundation/NSDecimalNumber.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSSet.h>
#include <Foundation/NSEnumerator.h>
#include <Foundation/NSData.h>
#include <Foundation/NSCalendarDate.h>
#include <Foundation/NSFileManager.h>
#include <Foundation/NSFileHandle.h>
#include <Foundation/NSException.h>
#include <Foundation/NSAutoreleasePool.h>
#else
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#endif
#include <EOControl/EOControl.h>
#include <EOAccess/EOAccess.h>

View file

@ -34,8 +34,26 @@
RCS_ID("$Id$")
#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSEnumerator.h>
#include <Foundation/NSFileManager.h>
#include <Foundation/NSProcessInfo.h>
#include <Foundation/NSSet.h>
#include <Foundation/NSUserDefaults.h>
#include <Foundation/NSAutoreleasePool.h>
#include <Foundation/NSException.h>
#else
#include <Foundation/Foundation.h>
#endif
#ifndef GNUSTEP
#include <gnustep/base/GNUstep.h>
#include <gnustep/base/GSCategories.h>
#endif
#include <EOAccess/EOAccess.h>
#include "EOModel+GSDoc.h"