mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* EOControl/EOAndQualifier.m
* EOControl/EOKeyComparisonQualifier.m * EOControl/EONotQualifier.m * EOControl/EOOrQualifier.m * EOControl/EOQualifier.m * EOAccess/EOSQLQualifier.m: Include NSArray.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@28315 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
93563c9829
commit
8eda0f3a98
7 changed files with 21 additions and 3 deletions
|
@ -1,3 +1,12 @@
|
|||
2009-06-01 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* EOControl/EOAndQualifier.m
|
||||
* EOControl/EOKeyComparisonQualifier.m
|
||||
* EOControl/EONotQualifier.m
|
||||
* EOControl/EOOrQualifier.m
|
||||
* EOControl/EOQualifier.m
|
||||
* EOAccess/EOSQLQualifier.m: Include NSArray.h.
|
||||
|
||||
2009-04-04 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* EOControl/EOUndoManager.m (-[registerUndoWithTarget:selector:arg:]):
|
||||
|
|
|
@ -39,6 +39,7 @@ RCS_ID("$Id$")
|
|||
#include <string.h>
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSException.h>
|
||||
|
|
|
@ -39,10 +39,11 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#else
|
||||
|
|
|
@ -36,11 +36,12 @@
|
|||
RCS_ID("$Id$")
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSEnumerator.h>
|
||||
#include <Foundation/NSSet.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
|
|
@ -40,6 +40,7 @@ RCS_ID("$Id$")
|
|||
#include <stdarg.h>
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
|
@ -57,12 +58,15 @@ RCS_ID("$Id$")
|
|||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
|
||||
#include <EOControl/EOQualifier.h>
|
||||
#include <EOControl/EONSAddOns.h>
|
||||
#include <EOControl/EODebug.h>
|
||||
#include <EOControl/EOClassDescription.h>
|
||||
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
#include "EOPrivate.h"
|
||||
|
||||
|
||||
NSString *EOQualifierVariableSubstitutionException=@"EOQualifierVariableSubstitutionException";
|
||||
|
||||
|
|
Loading…
Reference in a new issue