mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +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
cc2aa7c169
commit
18a15f7c71
6 changed files with 20 additions and 17 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue