more header reorganisation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29731 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-25 08:36:34 +00:00
parent 3968c44cec
commit c07dc48eb3
40 changed files with 11 additions and 66 deletions

View file

@ -49,7 +49,6 @@
#import "../GSPrivate.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if HAVE_LANGINFO_CODESET

View file

@ -36,7 +36,6 @@
#import "Foundation/NSCoder.h"
#import "Foundation/NSData.h"
#import "Foundation/NSRange.h"
#include <limits.h>
#import "Foundation/NSException.h"
#import "Foundation/NSAutoreleasePool.h"
#import "Foundation/NSThread.h"

View file

@ -33,7 +33,6 @@
#import "Foundation/NSGarbageCollector.h"
#import "Foundation/NSException.h"
#import "Foundation/NSThread.h"
#include <limits.h>
/* When this is `NO', autoreleased objects are never actually recorded
in an NSAutoreleasePool, and are not sent a `release' message.

View file

@ -49,6 +49,7 @@
#import "Foundation/NSPathUtilities.h"
#import "Foundation/NSData.h"
#import "Foundation/NSValue.h"
#import "GNUstepBase/NSObject+GNUstepBase.h"
#import "GNUstepBase/NSString+GNUstepBase.h"
#import "GSPrivate.h"

View file

@ -50,7 +50,6 @@
#endif
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
@class GSTimeZone;

View file

@ -60,6 +60,7 @@
#import "Foundation/NSSet.h"
#import "Foundation/NSValue.h"
#import "GSPrivate.h"
#import "GNUstepBase/NSObject+GNUstepBase.h"
#import "GNUstepBase/NSString+GNUstepBase.h"
#include <string.h>
@ -96,7 +97,6 @@
/* determine filesystem max path length */
#if defined(_POSIX_VERSION) || defined(__WIN32__)
# include <limits.h> /* for PATH_MAX */
# if defined(__MINGW32__)
# include <sys/utime.h>
# else

View file

@ -36,7 +36,6 @@
#import "common.h"
#include <math.h>
#include <stdlib.h>
#import "Foundation/NSGeometry.h"
#import "Foundation/NSScanner.h"
#import "Foundation/NSNotification.h"

View file

@ -48,7 +48,6 @@
#import "GSPortPrivate.h"
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
@ -59,7 +58,6 @@
#include <sys/un.h>
#include <arpa/inet.h> /* for inet_ntoa() */
#include <errno.h>
#include <limits.h>
#include <string.h> /* for strchr() */
#include <ctype.h> /* for strchr() */
#include <fcntl.h>

View file

@ -46,7 +46,6 @@
#import "Foundation/NSThread.h"
#import "Foundation/NSNotification.h"
#import "Foundation/NSMapTable.h"
#include <limits.h>
#import "GNUstepBase/GSLocale.h"
#ifdef HAVE_LOCALE_H
#include <locale.h>

View file

@ -64,7 +64,6 @@
#endif /* HAVE_STRERROR */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_WINDOWS_H

View file

@ -25,7 +25,6 @@
#import "common.h"
#include <string.h>
#include <limits.h>
#import "GNUstepBase/GSMime.h"
#import "Foundation/NSArray.h"
@ -46,6 +45,7 @@
#import "Foundation/NSXMLParser.h"
#import "GNUstepBase/Unicode.h"
#import "GNUstepBase/NSProcessInfo+GNUstepBase.h"
#import "GNUstepBase/NSObject+GNUstepBase.h"
#import "GNUstepBase/NSString+GNUstepBase.h"
#import "GSPrivate.h"

View file

@ -34,11 +34,6 @@
#import "Foundation/NSDistantObject.h"
#import "Foundation/NSPortCoder.h"
#ifdef HAVE_LIMITS_H
/* For UINT_MAX */
#include <limits.h>
#endif
@class NSDistantObject;
#ifndef NeXT_RUNTIME

View file

@ -64,7 +64,6 @@
#endif
#include <math.h>
#include <time.h>
#include <limits.h>
#include <string.h> /* for memset() */

View file

@ -38,6 +38,7 @@
#import "Foundation/NSNotification.h"
#import "Foundation/NSNotificationQueue.h"
#import "Foundation/NSValue.h"
#import "GNUstepBase/NSObject+GNUstepBase.h"
#import "GSPrivate.h"

View file

@ -48,7 +48,6 @@
#import "GSPrivate.h"
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
@ -62,7 +61,6 @@
#include <arpa/inet.h> /* for inet_ntoa() */
#endif /* !__MINGW32__ */
#include <errno.h>
#include <limits.h>
#include <string.h> /* for strchr() */
#include <ctype.h> /* for strchr() */
#include <fcntl.h>

View file

@ -33,6 +33,7 @@
#import "Foundation/NSKeyValueCoding.h"
#import "GNUstepBase/GSObjCRuntime.h"
#import "GNUstepBase/NSObject+GNUstepBase.h"
#import "GSPrivate.h"
@implementation NSSortDescriptor

View file

@ -79,12 +79,6 @@
#import "GNUstepBase/NSMutableString+GNUstepBase.h"
#import "GNUstepBase/NSObject+GNUstepBase.h"
#import "GSPrivate.h"
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View file

@ -79,9 +79,7 @@
#import "common.h"
#define EXPOSE_NSTimeZone_IVARS 1
#import "GNUstepBase/GSLock.h"
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#import "Foundation/NSArray.h"

View file

@ -55,6 +55,7 @@
#import "GNUstepBase/GSLocale.h"
#import "GNUstepBase/GSLock.h"
#import "GNUstepBase/NSProcessInfo+GNUstepBase.h"
#import "GNUstepBase/NSObject+GNUstepBase.h"
#import "GNUstepBase/NSString+GNUstepBase.h"
#if defined(__MINGW32__)

View file

@ -26,7 +26,6 @@
#import "blocks_runtime.h"
#import "runtime.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>

View file

@ -25,7 +25,6 @@
#import "common.h"
#include <stdlib.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif

View file

@ -25,7 +25,6 @@
#import "common.h"
#include <stdlib.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif

View file

@ -39,7 +39,6 @@
#endif
#include <stdio.h>
#include <stdlib.h>
#include <objc/objc-api.h>
#ifndef NeXT_RUNTIME
# include <objc/objc-list.h>

View file

@ -48,7 +48,6 @@
#include "../GSPortPrivate.h"
#include <stdio.h>
#include <stdlib.h>
extern __declspec(dllimport) int errno;

View file

@ -24,8 +24,6 @@
* See the HTMLLinker.html file for documentation on how to use the tool.
*/
#include <stdlib.h>
#import "common.h"
#import "Foundation/NSArray.h"

View file

@ -597,8 +597,6 @@
*/
#include <stdlib.h>
#import "common.h"
#import "Foundation/NSArray.h"

View file

@ -18,8 +18,6 @@
*/
#include <stdlib.h>
#import "common.h"
#import "Foundation/NSArray.h"

View file

@ -18,7 +18,6 @@
*/
#include <stdlib.h>
#include <string.h>
#import "common.h"

View file

@ -1,5 +1,4 @@
/** Implementation of GNUstep Distributed Notification Center
Copyright (C) 1998 Free Software Foundation, Inc.
/* Copyright (C) 1998 Free Software Foundation, Inc.
Written by: Richard Frith-Macdonald <richard@brainstorm.co.uk>
Created: October 1998
@ -18,12 +17,11 @@
*/
#include <stdlib.h>
#import "common.h"
#include <stdio.h>
#include <unistd.h>
#import "common.h"
#import "Foundation/NSArray.h"
#import "Foundation/NSAutoreleasePool.h"
#import "Foundation/NSBundle.h"

View file

@ -23,14 +23,13 @@
*/
#import "common.h"
#include <stdio.h>
#include <string.h>
#include <dirent.h>
#include <ctype.h>
#include <locale.h>
#include <stdlib.h>
#include <stdlib.h>
#import "Foundation/NSAutoreleasePool.h"
#import "Foundation/NSDictionary.h"

View file

@ -19,8 +19,6 @@
*/
#include <stdlib.h>
#import "common.h"
#import "Foundation/NSString.h"
#import "Foundation/NSAutoreleasePool.h"

View file

@ -22,8 +22,6 @@
*/
#include <stdlib.h>
#import "common.h"
#import "Foundation/NSArray.h"

View file

@ -19,8 +19,6 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <stdlib.h>
#import "common.h"
#import "Foundation/NSArray.h"

View file

@ -18,8 +18,6 @@
*/
#include <stdlib.h>
#import "common.h"
#import "Foundation/NSArray.h"

View file

@ -18,8 +18,6 @@
*/
#include <stdlib.h>
#import "common.h"
#import "Foundation/NSArray.h"

View file

@ -18,8 +18,6 @@
*/
#include <stdlib.h>
#import "common.h"
#import "Foundation/NSArray.h"

View file

@ -18,8 +18,6 @@
*/
#include <stdlib.h>
#import "common.h"
#import "Foundation/NSArray.h"

View file

@ -18,8 +18,6 @@
*/
#include <stdlib.h>
#import "common.h"
#import "Foundation/NSArray.h"

View file

@ -18,8 +18,6 @@
*/
#include <stdlib.h>
#import "common.h"
#import "Foundation/NSArray.h"

View file

@ -20,7 +20,6 @@
*/
#include <stdlib.h>
#include <stdio.h>
#import "common.h"