From a19fac96a2f50a673543ec79d8bce42d63df6d8f Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Sat, 11 Sep 2010 12:58:27 +0000 Subject: In libobjc/: * objc/runtime.h: Moved to objc-private/runtime.h. Do not include all the objc/*.h files. * objc-private/runtime.h: New file. * archive.c: Include objc-private/runtime.h (and required objc/*.h files) instead of objc/runtime.h. * class.c: Same change. * hash.c: Same change. * init.c: Same change. * misc.c: Same change. * nil_method.c: Same change. * objects.c: Same change. * sarray.c: Same change. * selector.c: Same change. * sendmsg.c: Same change. * thr.c: Same change. From-SVN: r164213 --- libobjc/sendmsg.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libobjc/sendmsg.c') diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 8b18451..5b0d360 100644 --- a/libobjc/sendmsg.c +++ b/libobjc/sendmsg.c @@ -31,7 +31,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "tconfig.h" #include "coretypes.h" #include "tm.h" -#include "objc/runtime.h" +#include "objc/objc.h" +#include "objc/objc-api.h" +#include "objc/thr.h" +#include "objc/hash.h" +#include "objc/objc-list.h" +#include "objc-private/runtime.h" #include "objc/sarray.h" #include "objc/encoding.h" #include "runtime-info.h" -- cgit v1.1