From 1243b1a58c5a15aab7a5272e73bfaa6aa6b79ce7 Mon Sep 17 00:00:00 2001 From: Platin21 Date: Sun, 23 Jan 2022 23:16:57 +0100 Subject: [PATCH] Fixed cyclic imports which where not needed --- core/sys/darwin/xnu_system_call_helpers.odin | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/sys/darwin/xnu_system_call_helpers.odin b/core/sys/darwin/xnu_system_call_helpers.odin index d6bf9fd62..f9844a73f 100644 --- a/core/sys/darwin/xnu_system_call_helpers.odin +++ b/core/sys/darwin/xnu_system_call_helpers.odin @@ -2,8 +2,6 @@ package darwin import "core:strings" import "core:c" -import "core:os" -import "core:fmt" // this package uses the sys prefix for the proc names to indicate that these aren't native syscalls but directly call such sys_write_string :: proc (fd: c.int, message: string) -> bool {