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:
rfm 2010-02-20 18:32:07 +00:00
parent a04215bac4
commit 9189582040
8 changed files with 5 additions and 24 deletions

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