Fixed cyclic imports which where not needed

This commit is contained in:
Platin21
2022-01-23 23:16:57 +01:00
parent ab3bae5c02
commit 1243b1a58c
@@ -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 {