From 13085e2a93aac08d01c61b972bd38602e3dc7909 Mon Sep 17 00:00:00 2001 From: nicola 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164214 138bc75d-0d04-0410-961f-82ee72b054a4 --- libobjc/nil_method.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libobjc/nil_method.c') diff --git a/libobjc/nil_method.c b/libobjc/nil_method.c index c58515baa5b..a5364eab4ce 100644 --- a/libobjc/nil_method.c +++ b/libobjc/nil_method.c @@ -27,11 +27,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see of a method is nil */ #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" /* When the receiver of a method invocation is nil, the runtime returns nil_method() as the method implementation. This function -- cgit v1.2.1