mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
minor include fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29616 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
21d597e740
commit
79ce6ac700
4 changed files with 36 additions and 25 deletions
|
@ -29,29 +29,29 @@
|
|||
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#import <GSBlocks.h>
|
||||
#import <GSFileHandle.h>
|
||||
#import <GSFunctions.h>
|
||||
#import <GSLocale.h>
|
||||
#import <GSLock.h>
|
||||
#import <GSMime.h>
|
||||
#import <GSXML.h>
|
||||
#import <Unicode.h>
|
||||
#import <GNUstepBase/GSBlocks.h>
|
||||
#import <GNUstepBase/GSFileHandle.h>
|
||||
#import <GNUstepBase/GSFunctions.h>
|
||||
#import <GNUstepBase/GSLocale.h>
|
||||
#import <GNUstepBase/GSLock.h>
|
||||
#import <GNUstepBase/GSMime.h>
|
||||
#import <GNUstepBase/GSXML.h>
|
||||
#import <GNUstepBase/Unicode.h>
|
||||
|
||||
#import <NSArray+GNUstepBase.h>
|
||||
#import <NSAttributedString+GNUstepBase.h>
|
||||
#import <NSBundle+GNUstepBase.h>
|
||||
#import <NSCalendarDate+GNUstepBase.h>
|
||||
#import <NSData+GNUstepBase.h>
|
||||
#import <NSFileHandle+GNUstepBase.h>
|
||||
#import <NSInvocation+GNUstepBase.h>
|
||||
#import <NSLock+GNUstepBase.h>
|
||||
#import <NSMutableString+GNUstepBase.h>
|
||||
#import <NSNumber+GNUstepBase.h>
|
||||
#import <NSObject+GNUstepBase.h>
|
||||
#import <NSProcessInfo+GNUstepBase.h>
|
||||
#import <NSString+GNUstepBase.h>
|
||||
#import <NSTask+GNUstepBase.h>
|
||||
#import <NSURL+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSArray+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSAttributedString+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSBundle+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSCalendarDate+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSData+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSFileHandle+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSInvocation+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSLock+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSMutableString+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSNumber+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSObject+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSProcessInfo+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSString+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSTask+GNUstepBase.h>
|
||||
#import <GNUstepBase/NSURL+GNUstepBase.h>
|
||||
|
||||
#endif /* __Additions_h_GNUSTEP_BASE_INCLUDE */
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#define INCLUDED_GS_CATEGORIES_H
|
||||
#include "GNUstepBase/GSVersionMacros.h"
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
/* The following ifndef prevents the categories declared in this file being
|
||||
* seen in GNUstep code. This is necessary because those category
|
||||
|
@ -56,6 +55,7 @@ extern "C" {
|
|||
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
|
||||
|
||||
@class NSMutableSet;
|
||||
@class NSString;
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
#import <Foundation/NSZone.h>
|
||||
|
||||
#if !defined(NO_GNUSTEP)
|
||||
#import <GNUstep/Additions.h>
|
||||
#import <GNUstepBase/Additions.h>
|
||||
#endif
|
||||
|
||||
#endif /* __Foundation_h_GNUSTEP_BASE_INCLUDE */
|
||||
|
|
|
@ -53,9 +53,20 @@
|
|||
#import "GNUstepBase/GSMime.h"
|
||||
#import "GNUstepBase/GSXML.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSBundle.h"
|
||||
#import "Foundation/NSCalendarDate.h"
|
||||
#import "Foundation/NSCharacterSet.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSFileManager.h"
|
||||
#import "Foundation/NSRunLoop.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSTimer.h"
|
||||
#import "Foundation/NSTimeZone.h"
|
||||
#import "Foundation/NSURL.h"
|
||||
#import "Foundation/NSValue.h"
|
||||
|
||||
/* Avoid problems on systems where the xml headers use 'id'
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue