mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
ec2ebc1c47
commit
dd42cc24ba
8 changed files with 5 additions and 24 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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__
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
#import "Foundation/NSKeyedArchiver.h"
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
#include <limits.h>
|
||||
|
||||
#import "GSPrivate.h"
|
||||
|
||||
|
|
|
@ -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__
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
#import "GSPrivate.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
// For pow()
|
||||
#include <math.h>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue