diff options
Diffstat (limited to 'libobjc/class.c')
-rw-r--r-- | libobjc/class.c | 3 |
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 |