mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
6a0663533a
commit
b1e904b3ae
12 changed files with 4 additions and 10 deletions
|
@ -28,6 +28,7 @@
|
|||
#define __Additions_h_GNUSTEP_BASE_INCLUDE
|
||||
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
#import <GNUstepBase/GNUstep.h>
|
||||
|
||||
#import <GNUstepBase/GSBlocks.h>
|
||||
#import <GNUstepBase/GSFileHandle.h>
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "GNUstepBase/GCObject.h"
|
||||
#import "GNUstepBase/GNUstep.h"
|
||||
|
||||
@implementation GCArray
|
||||
|
||||
|
|
|
@ -450,7 +450,7 @@ static pthread_mutex_t *allocationLock = NULL;
|
|||
/**
|
||||
* Returns the receivers reference count.
|
||||
*/
|
||||
- (unsigned int) retainCount
|
||||
- (NSUInteger) retainCount
|
||||
{
|
||||
return gc.flags.refCount;
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "GNUstepBase/GNUstep.h"
|
||||
|
||||
#import "../GSPrivate.h"
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#endif
|
||||
|
||||
#import "common.h"
|
||||
#import "GNUstepBase/GNUstep.h"
|
||||
#include <objc/Protocol.h>
|
||||
#import "Foundation/NSMethodSignature.h"
|
||||
#import "Foundation/NSInvocation.h"
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#import "Foundation/NSSet.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "AGSHtml.h"
|
||||
#import "GNUstepBase/GNUstep.h"
|
||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||
#import "GNUstepBase/NSMutableString+GNUstepBase.h"
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "AGSIndex.h"
|
||||
#import "GNUstepBase/GNUstep.h"
|
||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||
#import "GNUstepBase/NSMutableString+GNUstepBase.h"
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#import "Foundation/NSPathUtilities.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "AGSOutput.h"
|
||||
#import "GNUstepBase/GNUstep.h"
|
||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||
#import "GNUstepBase/NSMutableString+GNUstepBase.h"
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
#import "AGSParser.h"
|
||||
#import "GNUstepBase/GNUstep.h"
|
||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||
#import "GNUstepBase/NSMutableString+GNUstepBase.h"
|
||||
|
||||
|
|
|
@ -615,7 +615,6 @@
|
|||
#import "AGSOutput.h"
|
||||
#import "AGSIndex.h"
|
||||
#import "AGSHtml.h"
|
||||
#import "GNUstepBase/GNUstep.h"
|
||||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||
#import "GNUstepBase/NSMutableString+GNUstepBase.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue