mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Don't try to include NeXT's headers; just include GNUstep headers.
(Reported by Gregor Hoffleit <flight@mathi.uni-heidelberg.de>.) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1820 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc2f74c95c
commit
1537fc493f
1 changed files with 0 additions and 5 deletions
|
@ -25,13 +25,8 @@
|
|||
#ifndef __NSUserDefaults_h_OBJECTS_INCLUDE
|
||||
#define __NSUserDefaults_h_OBJECTS_INCLUDE
|
||||
|
||||
#ifdef NeXT
|
||||
#import <foundation/NSObject.h>
|
||||
#import <foundation/NSString.h>
|
||||
#else
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#endif /* NeXT */
|
||||
|
||||
@class NSArray;
|
||||
@class NSMutableArray;
|
||||
|
|
Loading…
Reference in a new issue