mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Remove #if NeXT and alternate #include's.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@702 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d4fa529e5d
commit
7bfe1d3a65
1 changed files with 0 additions and 20 deletions
|
@ -53,25 +53,6 @@
|
|||
*************************************************************************/
|
||||
|
||||
#include <sys/param.h> /* for MAXHOSTNAMELEN */
|
||||
|
||||
#ifdef NeXT
|
||||
#ifdef SCITOOLS
|
||||
#import <basekit/LibobjectsMain.h>
|
||||
#import <foundation/NSString.h>
|
||||
#import <foundation/NSArray.h>
|
||||
#import <foundation/NSDictionary.h>
|
||||
#import <foundation/NSDate.h>
|
||||
#import <foundation/NSException.h>
|
||||
#import <basekit/NSProcessInfo.h>
|
||||
#else /* SCITOOLS */
|
||||
#import <foundation/NSString.h>
|
||||
#import <foundation/NSArray.h>
|
||||
#import <foundation/NSDictionary.h>
|
||||
#import <foundation/NSDate.h>
|
||||
#import <foundation/NSException.h>
|
||||
#import <foundation/NSProcessInfo.h>
|
||||
#endif /* SCITOOLS */
|
||||
#else
|
||||
#include <string.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
|
@ -79,7 +60,6 @@
|
|||
#include <Foundation/NSDate.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#endif /* NeXT */
|
||||
|
||||
/* This error message should be called only if the private main function
|
||||
* was not executed successfully. This may heppen ONLY if onother library
|
||||
|
|
Loading…
Reference in a new issue