diff --git a/core/thread/thread.odin b/core/thread/thread.odin index 988e804d2..e38ed303b 100644 --- a/core/thread/thread.odin +++ b/core/thread/thread.odin @@ -1,8 +1,6 @@ package thread import "core:runtime" -import "core:os" -import "core:sync" Thread_Proc :: #type proc(^Thread);