Browse Source

Fixed broken import

Andreas T Jonsson 1 year ago
parent
commit
929437c7bc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/os/os_netbsd.odin

+ 0 - 1
core/os/os_netbsd.odin

@@ -5,7 +5,6 @@ foreign import libc "system:c"
 
 import "base:runtime"
 import "core:strings"
-import "core:sys/unix"
 import "core:c"
 
 Handle :: distinct i32