mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +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@1817 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2a96f4c2f9
commit
e75a166f8e
1 changed files with 0 additions and 14 deletions
|
@ -34,19 +34,6 @@
|
|||
#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef NeXT
|
||||
#include <foundation/NSUserDefaults.h>
|
||||
#include <foundation/NSPathUtilities.h>
|
||||
#include <foundation/NSDictionary.h>
|
||||
#include <foundation/NSArray.h>
|
||||
#include <foundation/NSDate.h>
|
||||
#include <foundation/NSUtilities.h>
|
||||
#include <foundation/NSArchiver.h>
|
||||
#include <foundation/NSException.h>
|
||||
#include <foundation/NSNotification.h>
|
||||
#include <foundation/NSTimer.h>
|
||||
#include <foundation/NSProcessInfo.h>
|
||||
#else
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSPathUtilities.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
|
@ -58,7 +45,6 @@
|
|||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSTimer.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#endif /* NeXT */
|
||||
|
||||
/* Wait for access */
|
||||
#define _MAX_COUNT 5 /* Max 10 sec. */
|
||||
|
|
Loading…
Reference in a new issue