mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:10:48 +00:00
Make sure headers don't conflict with MacOSX headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15201 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0e3366a789
commit
3a36b280a9
7 changed files with 29 additions and 20 deletions
|
@ -28,7 +28,7 @@
|
|||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <AppKit/GMArchiver.h>
|
||||
#import <gnustep/gui/GMArchiver.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#import <AppKit/NSNibConnector.h>
|
||||
|
@ -39,7 +39,7 @@
|
|||
#import "IBClasses.h"
|
||||
#import "Translator.h"
|
||||
#import "IMConnectors.h"
|
||||
#import "AppKit/IMCustomObject.h"
|
||||
#import "gnustep/gui/IMCustomObject.h"
|
||||
|
||||
//#define DEBUG
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue