mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +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
a04215bac4
commit
9189582040
8 changed files with 5 additions and 24 deletions
|
@ -28,6 +28,11 @@
|
||||||
|
|
||||||
#ifndef __NSObjCRuntime_h_GNUSTEP_BASE_INCLUDE
|
#ifndef __NSObjCRuntime_h_GNUSTEP_BASE_INCLUDE
|
||||||
#define __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/GSVersionMacros.h>
|
||||||
#import <GNUstepBase/GSConfig.h>
|
#import <GNUstepBase/GSConfig.h>
|
||||||
|
|
||||||
|
|
|
@ -40,13 +40,6 @@
|
||||||
|
|
||||||
#include "common.h"
|
#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(LLONG_MAX)
|
||||||
# if defined(__LONG_LONG_MAX__)
|
# if defined(__LONG_LONG_MAX__)
|
||||||
# define LLONG_MAX __LONG_LONG_MAX__
|
# define LLONG_MAX __LONG_LONG_MAX__
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
#import "Foundation/NSKeyedArchiver.h"
|
#import "Foundation/NSKeyedArchiver.h"
|
||||||
#import "GNUstepBase/GSObjCRuntime.h"
|
#import "GNUstepBase/GSObjCRuntime.h"
|
||||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||||
#include <limits.h>
|
|
||||||
|
|
||||||
#import "GSPrivate.h"
|
#import "GSPrivate.h"
|
||||||
|
|
||||||
|
|
|
@ -29,13 +29,6 @@
|
||||||
|
|
||||||
#import "common.h"
|
#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(LLONG_MAX)
|
||||||
# if defined(__LONG_LONG_MAX__)
|
# if defined(__LONG_LONG_MAX__)
|
||||||
# define LLONG_MAX __LONG_LONG_MAX__
|
# define LLONG_MAX __LONG_LONG_MAX__
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
|
|
||||||
#import "common.h"
|
#import "common.h"
|
||||||
#import "GNUstepBase/GNUstep.h"
|
#import "GNUstepBase/GNUstep.h"
|
||||||
#include <stdarg.h>
|
|
||||||
#include <objc/Protocol.h>
|
#include <objc/Protocol.h>
|
||||||
#import "Foundation/NSMethodSignature.h"
|
#import "Foundation/NSMethodSignature.h"
|
||||||
#import "Foundation/NSInvocation.h"
|
#import "Foundation/NSInvocation.h"
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
#import "GSPrivate.h"
|
#import "GSPrivate.h"
|
||||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||||
|
|
||||||
#include <stdarg.h>
|
|
||||||
// For pow()
|
// For pow()
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
|
|
@ -29,12 +29,6 @@
|
||||||
|
|
||||||
#import "common.h"
|
#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)
|
#if defined(HAVE_FLOAT_H)
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -469,7 +469,6 @@ static const unichar byteOrderMarkSwapped = 0xFFFE;
|
||||||
#ifdef HAVE_REGISTER_PRINTF_FUNCTION
|
#ifdef HAVE_REGISTER_PRINTF_FUNCTION
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <printf.h>
|
#include <printf.h>
|
||||||
#include <stdarg.h>
|
|
||||||
|
|
||||||
/* <sattler@volker.cs.Uni-Magdeburg.DE>, with libc-5.3.9 thinks this
|
/* <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,
|
flag PRINTF_ATSIGN_VA_LIST should be 0, but for me, with libc-5.0.9,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue