mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fixup headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29646 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
942806e3ee
commit
c36ae25028
6 changed files with 20 additions and 17 deletions
|
@ -29,7 +29,7 @@
|
|||
#import "Foundation/NSFileHandle.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#import "GNUstepBase/GSCategories.h"
|
||||
#import "GNUstepBase/Additions.h"
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSBundle.h"
|
||||
#import "Foundation/NSConnection.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDistantObject.h"
|
||||
#import "Foundation/NSDistributedNotificationCenter.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#import "config.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSProcessInfo.h"
|
||||
|
|
|
@ -28,8 +28,7 @@
|
|||
#import "Foundation/NSProcessInfo.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#import "GNUstepBase/GSCategories.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "GNUstepBase/Additions.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -18,18 +18,18 @@
|
|||
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSData.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSProcessInfo.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
#import "config.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSProcessInfo.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include "GNUstepBase/GSCategories.h"
|
||||
#import "GNUstepBase/Additions.h"
|
||||
#endif
|
||||
|
||||
int
|
||||
|
|
|
@ -20,8 +20,9 @@
|
|||
|
||||
*/
|
||||
|
||||
#import "config.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#import "config.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSPathUtilities.h"
|
||||
|
@ -29,9 +30,10 @@
|
|||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSUserDefaults.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#import "GNUstepBase/GSCategories.h"
|
||||
#endif
|
||||
#import "GNUstepBase/Additions.h"
|
||||
#else
|
||||
#import "GNUstepBase/GSXML.h"
|
||||
#endif
|
||||
|
||||
@interface GSXMLParser (Loader)
|
||||
+ (NSString*) loadEntity: (NSString*)publicId
|
||||
|
|
Loading…
Reference in a new issue