diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-16 06:49:29 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-16 06:49:29 -0400 |
| commit | ebcbaa129de05909a39e6a6884eac94629d46083 (patch) | |
| tree | 64fb239fa32dda4525118742cca2624aed280b2f /sysdata_darwin.go | |
| parent | 402e73c307c82f2c87181632ae497c3e853f5b61 (diff) | |
Combined all the Objective-C headers into objc_darwin.h.
Diffstat (limited to 'sysdata_darwin.go')
| -rw-r--r-- | sysdata_darwin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdata_darwin.go b/sysdata_darwin.go index c4ae3e9..1f9370c 100644 --- a/sysdata_darwin.go +++ b/sysdata_darwin.go @@ -9,7 +9,6 @@ import ( // #cgo LDFLAGS: -lobjc -framework Foundation -framework AppKit // #include "objc_darwin.h" -// #include "sysdata_darwin.h" import "C" type sysData struct { |
