From 585f55e70e44cccb0807c2bc2d1f0904c8fbc5e1 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 15 Sep 2007 15:33:46 +0200 Subject: Add libffi support code from PyObjC. darcs-hash:0cb8e75aa1ea694562f5087aa400840349adcac8 --- Objective-C/libobjcl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Objective-C/libobjcl.h') diff --git a/Objective-C/libobjcl.h b/Objective-C/libobjcl.h index 5ca49f4..b2c012b 100644 --- a/Objective-C/libobjcl.h +++ b/Objective-C/libobjcl.h @@ -5,9 +5,6 @@ #ifdef USE_LIBFFI #include -#else -#include -#include #endif @@ -54,7 +51,6 @@ void objcl_invoke_with_types (void *receiver, SEL method_selector, char *(types[]), - size_t arg_sizes[], id *exception, void *return_value, int argc, -- cgit v1.2.3