Browse Source

Fixed cyclic imports which where not needed

Platin21 3 years ago
parent
commit
1243b1a58c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/sys/darwin/xnu_system_call_helpers.odin

+ 0 - 2
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 {