From 911b526dc1f70446b924552a20e60b3f22219b1b Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 29 Aug 2022 15:06:12 +0200 Subject: [PATCH] app: [macOS/iOS] remove redundant header include The redundant include also broke CI. Signed-off-by: Elias Naur --- app/os_darwin.m | 1 - 1 file changed, 1 deletion(-) diff --git a/app/os_darwin.m b/app/os_darwin.m index 5723037e..69e18218 100644 --- a/app/os_darwin.m +++ b/app/os_darwin.m @@ -1,6 +1,5 @@ // SPDX-License-Identifier: Unlicense OR MIT -#import #import #include "_cgo_export.h"