* Tools/gsdoc-model.m

* EOAdaptors/SQLiteAdaptor/LoginPanel/SQLite3LoginPanel.m     
        * EOAdaptors/SQLiteAdaptor/SQLite3Expression.m     
        * EOAdaptors/PostgreSQLAdaptor/LoginPanel/PostgreSQLLoginPanel.m     
        * EOControl/EODataSource.m     
        * EOControl/EOEvent.m     
        * EOControl/EOPrivate.m     
        * EOControl/EOUndoManager.m     
          Fix header inclusion for building on MAC OS X
	  patch from Graham Lee
          see bug #39086
	  



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36671 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
buzzdee 2013-05-28 15:06:29 +00:00
parent 4d273bf435
commit 12e458979b
9 changed files with 20 additions and 17 deletions

View file

@ -1,3 +1,15 @@
2013-05-28: Graham Lee <iamleeg@gmail.com>
* Tools/gsdoc-model.m
* EOAdaptors/SQLiteAdaptor/LoginPanel/SQLite3LoginPanel.m
* EOAdaptors/SQLiteAdaptor/SQLite3Expression.m
* EOAdaptors/PostgreSQLAdaptor/LoginPanel/PostgreSQLLoginPanel.m
* EOControl/EODataSource.m
* EOControl/EOEvent.m
* EOControl/EOPrivate.m
* EOControl/EOUndoManager.m
Fix header inclusion for building on MAC OS X
see bug #39086
2013-03-30: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Apps/EOModelEditor/SQLGenerator.m
Add NSEmitTODO to showTables:

View file

@ -29,8 +29,7 @@
#ifndef GNUSTEP
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
#include <GNUstepBase/GNUstep.h>
#include <GNUstepBase/GSCategories.h>
#include <GNUstepBase/Additions.h>
#else
#include <Foundation/Foundation.h>
#include <AppKit/AppKit.h>

View file

@ -29,8 +29,7 @@
#import <AppKit/AppKit.h>
#ifndef GNUSTEP
#include <GNUstepBase/GNUstep.h>
#include <GNUstepBase/GSCategories.h>
#include <GNUstepBase/Additions.h>
#endif
static BOOL insideModalLoop = YES;

View file

@ -26,8 +26,7 @@
*/
#ifndef GNUSTEP
#include <GNUstepBase/GNUstep.h>
#include <GNUstepBase/GSCategories.h>
#include <GNUstepBase/Additions.h>
#endif
#include "SQLite3Expression.h"
#include <EOAccess/EOEntity.h>

View file

@ -37,8 +37,7 @@ RCS_ID("$Id$")
#ifndef GNUSTEP
#include <GNUstepBase/GNUstep.h>
#include <GNUstepBase/GSCategories.h>
#include <GNUstepBase/Additions.h>
#endif
#include <EOControl/EODataSource.h>

View file

@ -31,8 +31,7 @@ RCS_ID("$Id$")
#include "EOEvent.h"
#ifndef GNUSTEP
#include <GNUstepBase/GNUstep.h>
#include <GNUstepBase/GSCategories.h>
#include <GNUstepBase/Additions.h>
#include <Foundation/Foundation.h>
#else
#include <Foundation/NSString.h>

View file

@ -42,8 +42,7 @@ RCS_ID("$Id$")
#include <GNUstepBase/GSLock.h>
#ifndef GNUSTEP
#include <GNUstepBase/GNUstep.h>
#include <GNUstepBase/GSCategories.h>
#include <GNUstepBase/Additions.h>
#endif
#include <EOControl/EOEditingContext.h>

View file

@ -36,9 +36,7 @@
RCS_ID("$Id$")
#ifndef GNUSTEP
#include <GNUstepBase/GNUstep.h>
#include <GNUstepBase/GSCategories.h>
#include <GNUstepBase/NSObject+GNUstepBase.h>
#include <GNUstepBase/Additions.h>
#endif
#include <EOControl/EODeprecated.h>

View file

@ -51,8 +51,7 @@ RCS_ID("$Id$")
#endif
#ifndef GNUSTEP
#include <GNUstepBase/GNUstep.h>
#include <GNUstepBase/GSCategories.h>
#include <GNUstepBase/Additions.h>
#endif
#include <EOAccess/EOAccess.h>