mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Clean up headers. Remove improper reference to GSPrivate.h from public header.
This commit is contained in:
parent
6a7931f87e
commit
d611743bd2
2 changed files with 3 additions and 10 deletions
|
@ -28,17 +28,12 @@
|
|||
#define _NSOrderedSet_h_GNUSTEP_BASE_INCLUDE
|
||||
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
#import <GNUstepBase/GSBlocks.h>
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSEnumerator.h>
|
||||
#import <GNUstepBase/GSBlocks.h>
|
||||
#import <Foundation/NSIndexSet.h>
|
||||
#import <Foundation/NSKeyedArchiver.h>
|
||||
#import "GSPrivate.h"
|
||||
#import "GSPThread.h"
|
||||
#import "GSFastEnumeration.h"
|
||||
#import "GSDispatch.h"
|
||||
#import "GSSorting.h"
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
|
|
|
@ -34,14 +34,12 @@
|
|||
#import "Foundation/NSValue.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSPredicate.h"
|
||||
|
||||
// #import "GNUstepBase/GNUstep.h"
|
||||
// For private method _decodeArrayOfObjectsForKey:
|
||||
|
||||
#import <GNUstepBase/GSBlocks.h>
|
||||
#import "Foundation/NSKeyedArchiver.h"
|
||||
#import "GSPrivate.h"
|
||||
#import "GSFastEnumeration.h"
|
||||
#import "GSDispatch.h"
|
||||
#import "GSSorting.h"
|
||||
|
||||
@class GSOrderedSet;
|
||||
@interface GSOrderedSet : NSObject // Help the compiler
|
||||
|
|
Loading…
Reference in a new issue