From 4e06c2a9f094f45edbd613dcab49085070188bf5 Mon Sep 17 00:00:00 2001 From: theraven Date: Tue, 19 Jan 2010 16:52:54 +0000 Subject: [PATCH] Removed NSObject.h dependency from NSBlocks.m --- NSBlocks.m | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/NSBlocks.m b/NSBlocks.m index 8f154a4..17851bb 100644 --- a/NSBlocks.m +++ b/NSBlocks.m @@ -1,5 +1,4 @@ -#import -#import "objc/runtime.h" +#import "objc/objc-api.h" #import "objc/blocks_runtime.h" #include @@ -12,8 +11,6 @@ static struct objc_class _NSConcreteStackBlockMeta; static struct objc_class _NSBlock; static struct objc_class _NSBlockMeta; -@interface NSBlock : NSObject @end - void __objc_update_dispatch_table_for_class(Class); extern struct sarray *__objc_uninstalled_dtable; extern objc_mutex_t __objc_runtime_mutex;