diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-01 13:53:29 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-01 13:53:29 -0500 |
| commit | 0770c2a6973e94b64e2a0cb8327f76acd23af799 (patch) | |
| tree | b74ceeda23405948a2128dc9507edb676dab105d /bleh_darwin.m | |
| parent | a83dcb028242cb57f143a60a869cd64390809be3 (diff) | |
Fixed various Mac OS X compilation errors.
Diffstat (limited to 'bleh_darwin.m')
| -rw-r--r-- | bleh_darwin.m | 6 |
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> |
