* DBModeler/ModelerEntityEditor.m

* DBModeler/ModelerTableEmbedibleEditor.m
	* DBModeler/ModelerAttributeEditor.m: Rearrange includes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30110 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2010-04-09 10:00:51 +00:00
parent 48a48f3fea
commit 1c060f02aa
4 changed files with 24 additions and 10 deletions

View file

@ -2,6 +2,10 @@
* EOControl/EOKeyValueCoding.m: Add declartions for method
replacement hack.
* DBModeler/ModelerEntityEditor.m
* DBModeler/ModelerTableEmbedibleEditor.m
* DBModeler/ModelerAttributeEditor.m: Rearrange includes.
2010-04-09 Fred Kiefer <FredKiefer@gmx.de>

View file

@ -31,7 +31,6 @@
#ifdef NeXT_GUI_LIBRARY
#include <AppKit/AppKit.h>
#else
#include <Foundation/NSNotification.h>
#include <AppKit/NSImage.h>
#include <AppKit/NSTableView.h>
#include <AppKit/NSTableColumn.h>
@ -41,6 +40,13 @@
#include <AppKit/NSSplitView.h>
#endif
#ifdef NeXT_Foundation_LIBRARY
#include <Foundation/Foundation.h>
#else
#include <Foundation/NSNotification.h>
#include <Foundation/NSRunLoop.h>
#endif
#include <EOAccess/EOAttribute.h>
#include <EOAccess/EOEntity.h>
#include <EOAccess/EORelationship.h>
@ -52,12 +58,6 @@
#include <EOInterface/EODisplayGroup.h>
#ifdef NeXT_Foundation_LIBRARY
#include <Foundation/Foundation.h>
#else
#include <Foundation/NSRunLoop.h>
#endif
#include <GNUstepBase/GNUstep.h>
#include <GNUstepBase/GSVersionMacros.h>

View file

@ -40,7 +40,6 @@
#ifdef NeXT_GUI_LIBRARY
#include <AppKit/AppKit.h>
#else
#include <Foundation/NSRunLoop.h>
#include <AppKit/NSImage.h>
#include <AppKit/NSSplitView.h>
#include <AppKit/NSScrollView.h>
@ -52,6 +51,12 @@
#include <AppKit/NSPopUpButtonCell.h>
#endif
#ifdef NeXT_Foundation_LIBRARY
#include <Foundation/Foundation.h>
#else
#include <Foundation/NSRunLoop.h>
#endif
#include <GNUstepBase/GNUstep.h>
#include <GNUstepBase/GSVersionMacros.h>

View file

@ -29,8 +29,6 @@
#ifdef NeXT_GUI_LIBRARY
#include <AppKit/AppKit.h>
#else
#include <Foundation/NSNotification.h>
#include <Foundation/NSUserDefaults.h>
#include <AppKit/NSMenuItem.h>
#include <AppKit/NSPopUpButton.h>
#include <AppKit/NSTableColumn.h>
@ -39,6 +37,13 @@
#include <AppKit/NSImage.h>
#endif
#ifdef NeXT_Foundation_LIBRARY
#include <Foundation/Foundation.h>
#else
#include <Foundation/NSNotification.h>
#include <Foundation/NSUserDefaults.h>
#endif
#include <EOInterface/EODisplayGroup.h>
#include <EOInterface/EOAssociation.h>
#include "EOModeler/EOModelerApp.h"