From c3ccf3b958dbdaa21559fb2d5847ad13c76086d7 Mon Sep 17 00:00:00 2001 From: rfm Date: Sun, 14 Feb 2010 14:34:25 +0000 Subject: [PATCH] more include tweaks git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29624 72102866-910b-0410-8b05-ffd578937521 --- Tools/cvtenc.m | 23 +++++++++++------------ Tools/locale_alias.m | 6 ++++-- Tools/xmlparse.m | 18 +++++++++--------- 3 files changed, 24 insertions(+), 23 deletions(-) diff --git a/Tools/cvtenc.m b/Tools/cvtenc.m index 6795f7d41..9a3060c7e 100644 --- a/Tools/cvtenc.m +++ b/Tools/cvtenc.m @@ -18,19 +18,18 @@ */ -#include "config.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#import "config.h" +#import "Foundation/NSArray.h" +#import "Foundation/NSData.h" +#import "Foundation/NSException.h" +#import "Foundation/NSString.h" +#import "Foundation/NSProcessInfo.h" +#import "Foundation/NSUserDefaults.h" +#import "Foundation/NSDebug.h" +#import "Foundation/NSFileHandle.h" +#import "Foundation/NSAutoreleasePool.h" #ifdef NeXT_Foundation_LIBRARY -#include "GNUstepBase/GSCategories.h" +#import "GNUstepBase/GSCategories.h" #endif #include diff --git a/Tools/locale_alias.m b/Tools/locale_alias.m index 788b18250..085244c3b 100644 --- a/Tools/locale_alias.m +++ b/Tools/locale_alias.m @@ -28,8 +28,10 @@ #include #include #include -#include -#include +#import "Foundation/NSAutoreleasePool.h" +#import "Foundation/NSDictionary.h" +#import "Foundation/NSString.h" +#import "GNUstepBase/GSLocale.h" #define MAXSTRING 100 diff --git a/Tools/xmlparse.m b/Tools/xmlparse.m index 1f8297ea1..0a4f14123 100644 --- a/Tools/xmlparse.m +++ b/Tools/xmlparse.m @@ -20,18 +20,18 @@ */ -#include "config.h" +#import "config.h" #include +#import "Foundation/NSArray.h" +#import "Foundation/NSAutoreleasePool.h" +#import "Foundation/NSPathUtilities.h" +#import "Foundation/NSProcessInfo.h" +#import "Foundation/NSString.h" +#import "Foundation/NSUserDefaults.h" #ifdef NeXT_Foundation_LIBRARY -#include -#include -#else -#include -#include -#include -#include +#import "GNUstepBase/GSCategories.h" #endif -#include +#import "GNUstepBase/GSXML.h" @interface GSXMLParser (Loader) + (NSString*) loadEntity: (NSString*)publicId