summaryrefslogtreecommitdiff
path: root/bleh_darwin.m
diff options
context:
space:
mode:
Diffstat (limited to 'bleh_darwin.m')
-rw-r--r--bleh_darwin.m6
1 files changed, 1 insertions, 5 deletions
diff --git a/bleh_darwin.m b/bleh_darwin.m
index 5e4b277..699f177 100644
--- a/bleh_darwin.m
+++ b/bleh_darwin.m
@@ -10,11 +10,7 @@ The main culprits are:
Go wrapper functions (bleh_darwin.go) call these directly and take care of stdint.h -> Go type conversions.
*/
-#include <objc/message.h>
-#include <objc/objc.h>
-#include <objc/runtime.h>
-
-#include <stdint.h>
+#include "objc_darwin.h"
#include <Foundation/NSGeometry.h>