From 031a8f95833635db8b1ad1734b3f00a0681a399a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Wed, 24 Oct 2018 14:30:02 +0200 Subject: [PATCH] Cocoa: Cleanup --- src/cocoa_platform.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/cocoa_platform.h b/src/cocoa_platform.h index cf6ca9f5..282f7cc8 100644 --- a/src/cocoa_platform.h +++ b/src/cocoa_platform.h @@ -27,12 +27,10 @@ #include #include +#include #if defined(__OBJC__) -#import #import #else -#include -#include typedef void* id; #endif