app/internal/window: [macOS] fold header files into Cgo preambles

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-05-17 14:19:38 +02:00
parent 85a75ee265
commit 10a81bf217
9 changed files with 20 additions and 36 deletions
-1
View File
@@ -4,7 +4,6 @@
@import AppKit;
#include "os_macos.h"
#include "_cgo_export.h"
@interface GioDelegate : NSObject<NSApplicationDelegate, NSWindowDelegate>