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:
Andrew McCallum 1996-09-24 15:48:08 +00:00
parent fc2f74c95c
commit 1537fc493f

View file

@ -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;