mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* 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:
parent
4d273bf435
commit
12e458979b
9 changed files with 20 additions and 17 deletions
12
ChangeLog
12
ChangeLog
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue