move GNUstep.h into common.h

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29727 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-02-25 05:26:57 +00:00
parent 66cea1ef67
commit d76c19d487
12 changed files with 4 additions and 10 deletions

View file

@ -35,7 +35,6 @@
#import "GNUstepBase/GSObjCRuntime.h"
#import "GNUstepBase/GCObject.h"
#import "GNUstepBase/GNUstep.h"
@implementation GCArray

View file

@ -450,7 +450,7 @@ static pthread_mutex_t *allocationLock = NULL;
/**
* Returns the receivers reference count.
*/
- (unsigned int) retainCount
- (NSUInteger) retainCount
{
return gc.flags.refCount;
}

View file

@ -32,7 +32,6 @@
#import "Foundation/NSNotification.h"
#import "Foundation/NSThread.h"
#import "GNUstepBase/GSLock.h"
#import "GNUstepBase/GNUstep.h"
/**
* This implements a class which, when used in single-threaded mode,

View file

@ -47,7 +47,6 @@
#import <Foundation/Foundation.h>
#endif
#import "GNUstepBase/GSObjCRuntime.h"
#import "GNUstepBase/GNUstep.h"
#import "../GSPrivate.h"

View file

@ -34,7 +34,6 @@
#endif
#import "common.h"
#import "GNUstepBase/GNUstep.h"
#include <objc/Protocol.h>
#import "Foundation/NSMethodSignature.h"
#import "Foundation/NSInvocation.h"

View file

@ -12,6 +12,8 @@
#import "GNUstepBase/preface.h"
#import "GNUstepBase/GSConfig.h"
#import "GNUstepBase/GNUstep.h"
/* Foundation/NSObject.h imports <Foundation/NSZone.h> and
* <Foundation/NSObjCRuntime.h> so we import local versions first.
*/