Put NSPage declarations in NSZone.h for compatibility with MacOS-X

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@5236 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-11-18 15:18:47 +00:00
parent 981ddc03cc
commit 9aaae1ab2c
7 changed files with 27 additions and 47 deletions

View file

@ -407,7 +407,6 @@ Foundation/NSNotification.h \
Foundation/NSNotificationQueue.h \
Foundation/NSObjCRuntime.h \
Foundation/NSObject.h \
Foundation/NSPage.h \
Foundation/NSPathUtilities.h \
Foundation/NSPort.h \
Foundation/NSPortCoder.h \

View file

@ -23,6 +23,7 @@
#include <config.h>
#include <base/preface.h>
#include <Foundation/NSZone.h>
#include <string.h>
#ifndef __WIN32__
#include <unistd.h>

View file

@ -86,7 +86,6 @@
#include <string.h>
#include <objc/objc-api.h>
#include <Foundation/NSException.h>
#include <Foundation/NSPage.h>
#include <Foundation/NSString.h>
#include <Foundation/NSZone.h>
#include <Foundation/NSLock.h>