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:
mccallum 1996-01-11 00:20:48 +00:00
parent 36b433a642
commit 7ceeb55425

View file

@ -1,5 +1,5 @@
/* 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,
Heidelberg, Germany
@ -26,12 +26,7 @@
#ifndef __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>
#endif /* NeXT */
@class NSArray;
@class NSMutableArray;