diff --git a/core/os/os2/allocators.odin b/core/os/os2/allocators.odin index 61b3ec25a..864532850 100644 --- a/core/os/os2/allocators.odin +++ b/core/os/os2/allocators.odin @@ -2,7 +2,6 @@ package os2 import "base:runtime" -import "core:mem" @(require_results) file_allocator :: proc() -> runtime.Allocator {