diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-11 15:16:49 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-11 15:16:49 +0000 |
commit | 13085e2a93aac08d01c61b972bd38602e3dc7909 (patch) | |
tree | 7849743365bb868cc0623e4c74318a285428f05b /libobjc/objects.c | |
parent | 88457013de8a01d5346b15f25de9ee7bcc9a9311 (diff) | |
download | gcc-13085e2a93aac08d01c61b972bd38602e3dc7909.tar.gz |
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
Diffstat (limited to 'libobjc/objects.c')
-rw-r--r-- | libobjc/objects.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libobjc/objects.c b/libobjc/objects.c index 10ac3a99102..fcfce1e490d 100644 --- a/libobjc/objects.c +++ b/libobjc/objects.c @@ -26,9 +26,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "tconfig.h" /* include defs of bzero for target */ #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" /* the kitchen sink */ #if OBJC_WITH_GC |