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

@ -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,