Move includes to NSObjCRuntime.h to match OSX

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29692 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-20 18:32:07 +00:00
parent ec2ebc1c47
commit dd42cc24ba
8 changed files with 5 additions and 24 deletions

View file

@ -28,6 +28,11 @@
#ifndef __NSObjCRuntime_h_GNUSTEP_BASE_INCLUDE
#define __NSObjCRuntime_h_GNUSTEP_BASE_INCLUDE
#include <stdarg.h>
#include <stdint.h>
#include <limits.h>
#import <GNUstepBase/GSVersionMacros.h>
#import <GNUstepBase/GSConfig.h>

View file

@ -40,13 +40,6 @@
#include "common.h"
#if defined(HAVE_STDINT_H)
#include <stdint.h>
#endif
#if defined(HAVE_LIMITS_H)
#include <limits.h>
#endif
#if !defined(LLONG_MAX)
# if defined(__LONG_LONG_MAX__)
# define LLONG_MAX __LONG_LONG_MAX__

View file

@ -45,7 +45,6 @@
#import "Foundation/NSKeyedArchiver.h"
#import "GNUstepBase/GSObjCRuntime.h"
#import "GNUstepBase/NSObject+GNUstepBase.h"
#include <limits.h>
#import "GSPrivate.h"

View file

@ -29,13 +29,6 @@
#import "common.h"
#if defined(HAVE_STDINT_H)
#include <stdint.h>
#endif
#if defined(HAVE_LIMITS_H)
#include <limits.h>
#endif
#if !defined(LLONG_MAX)
# if defined(__LONG_LONG_MAX__)
# define LLONG_MAX __LONG_LONG_MAX__

View file

@ -35,7 +35,6 @@
#import "common.h"
#import "GNUstepBase/GNUstep.h"
#include <stdarg.h>
#include <objc/Protocol.h>
#import "Foundation/NSMethodSignature.h"
#import "Foundation/NSInvocation.h"

View file

@ -49,7 +49,6 @@
#import "GSPrivate.h"
#import "GNUstepBase/NSObject+GNUstepBase.h"
#include <stdarg.h>
// For pow()
#include <math.h>

View file

@ -29,12 +29,6 @@
#import "common.h"
#if defined(HAVE_STDINT_H)
#include <stdint.h>
#endif
#if defined(HAVE_LIMITS_H)
#include <limits.h>
#endif
#if defined(HAVE_FLOAT_H)
#include <float.h>
#endif

View file

@ -469,7 +469,6 @@ static const unichar byteOrderMarkSwapped = 0xFFFE;
#ifdef HAVE_REGISTER_PRINTF_FUNCTION
#include <stdio.h>
#include <printf.h>
#include <stdarg.h>
/* <sattler@volker.cs.Uni-Magdeburg.DE>, with libc-5.3.9 thinks this
flag PRINTF_ATSIGN_VA_LIST should be 0, but for me, with libc-5.0.9,