aboutsummaryrefslogtreecommitdiff
path: root/libobjc/class.c
diff options
context:
space:
mode:
authorNicola Pero <nicola.pero@meta-innovation.com>2010-09-11 15:16:49 +0000
committerNicola Pero <nicola@gcc.gnu.org>2010-09-11 15:16:49 +0000
commit0c11b8fb40bac0f8663f2c2e8fecce95e2e16ad8 (patch)
tree7849743365bb868cc0623e4c74318a285428f05b /libobjc/class.c
parenta19fac96a2f50a673543ec79d8bce42d63df6d8f (diff)
downloadgcc-0c11b8fb40bac0f8663f2c2e8fecce95e2e16ad8.zip
gcc-0c11b8fb40bac0f8663f2c2e8fecce95e2e16ad8.tar.gz
gcc-0c11b8fb40bac0f8663f2c2e8fecce95e2e16ad8.tar.bz2
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
Diffstat (limited to 'libobjc/class.c')
-rw-r--r--libobjc/class.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libobjc/class.c b/libobjc/class.c
index f3bb07b..c86cbb4 100644
--- a/libobjc/class.c
+++ b/libobjc/class.c
@@ -90,10 +90,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#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 */
-#include "objc/sarray.h"
/* We use a table which maps a class name to the corresponding class
* pointer. The first part of this file defines this table, and