From 3e7e779abf305f55a5b4fe59f3b905b397c0fe87 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 28 Jan 2024 22:18:51 +0000 Subject: Replace `core:*` to `base:*` where appropriate --- core/container/queue/queue.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/container/queue/queue.odin') diff --git a/core/container/queue/queue.odin b/core/container/queue/queue.odin index bdc61c2a6..e46dccb33 100644 --- a/core/container/queue/queue.odin +++ b/core/container/queue/queue.odin @@ -1,7 +1,7 @@ package container_queue -import "core:builtin" -import "core:runtime" +import "base:builtin" +import "base:runtime" _ :: runtime // Dynamically resizable double-ended queue/ring-buffer -- cgit v1.2.3