mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
Remove #if NeXT and alternate #include's.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@704 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
36b433a642
commit
7ceeb55425
1 changed files with 1 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* Interface for NSProcessInfo for GNUStep
|
/* Interface for NSProcessInfo for GNUStep
|
||||||
Copyright (C) 1995 Free Software Foundation, Inc.
|
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by: Georg Tuparev, EMBL & Academia Naturalis,
|
Written by: Georg Tuparev, EMBL & Academia Naturalis,
|
||||||
Heidelberg, Germany
|
Heidelberg, Germany
|
||||||
|
@ -26,12 +26,7 @@
|
||||||
#ifndef __NSProcessInfo_h_OBJECTS_INCLUDE
|
#ifndef __NSProcessInfo_h_OBJECTS_INCLUDE
|
||||||
#define __NSProcessInfo_h_OBJECTS_INCLUDE
|
#define __NSProcessInfo_h_OBJECTS_INCLUDE
|
||||||
|
|
||||||
#if NeXT
|
|
||||||
#import <appkit/appkit.h>
|
|
||||||
#import <foundation/NSObject.h>
|
|
||||||
#else /* NeXT */
|
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#endif /* NeXT */
|
|
||||||
|
|
||||||
@class NSArray;
|
@class NSArray;
|
||||||
@class NSMutableArray;
|
@class NSMutableArray;
|
||||||
|
|
Loading…
Reference in a new issue