@@ -15,20 +15,10 @@ * file. */ #include "config.h" -#import "OFBlock.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - -#if defined(OF_OBJFW_RUNTIME) -# include "ObjFW_RT.h" -#elif defined(OF_APPLE_RUNTIME) -# include -#endif - #import "TestsAppDelegate.h" static OFString *module = @"OFBlock"; extern struct objc_abi_class _NSConcreteStackBlock;