summaryrefslogtreecommitdiff
path: root/Objective-C/libobjcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Objective-C/libobjcl.h')
-rw-r--r--Objective-C/libobjcl.h4
1 files changed, 0 insertions, 4 deletions
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 <ffi.h>
-#else
-#include <vacall.h>
-#include <avcall.h>
#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,