From 0c11b8fb40bac0f8663f2c2e8fecce95e2e16ad8 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Sat, 11 Sep 2010 15:16:49 +0000 Subject: In libobjc/: * archive.c: Removed not needed includes. * class.c: Same change. * hash.c: Same change. * misc.c: Same change. * nil_method.c: Same change. * objects.c: Same change. * sarray.c: Same change. * sendmsg.c: Same change. * thr.c: Same change. From-SVN: r164214 --- libobjc/thr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libobjc/thr.c') diff --git a/libobjc/thr.c b/libobjc/thr.c index b2a896a..5b39ada 100644 --- a/libobjc/thr.c +++ b/libobjc/thr.c @@ -38,8 +38,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "objc/thr.h" #include "objc/objc.h" #include "objc/objc-api.h" -#include "objc/hash.h" -#include "objc/objc-list.h" #include "objc-private/runtime.h" #include -- cgit v1.1