mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-16 00:11:15 +00:00
* EOInterface/EOTextAssociation.m
include right headers git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36327 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ac39e74888
commit
7043021b7f
2 changed files with 2 additions and 9 deletions
|
@ -7,6 +7,8 @@
|
|||
* EOInterface/EOPopUpAssociation.m
|
||||
* EOInterface/EORadioMatrixAssociation.m
|
||||
NSArray doesn't know about initWithObject:
|
||||
* EOInterface/EOTextAssociation.m
|
||||
include right headers
|
||||
|
||||
2013-03-08: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* Apps/EOModelEditor/EOMEDocument.h
|
||||
|
|
|
@ -23,17 +23,8 @@
|
|||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
|
||||
#include <AppKit/NSControl.h>
|
||||
#include <AppKit/NSText.h>
|
||||
#include <AppKit/NSTextView.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <AppKit/AppKit.h>
|
||||
#endif
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include "EODisplayGroup.h"
|
||||
|
|
Loading…
Reference in a new issue