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/strings/builder.odin | 2 +- core/strings/intern.odin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core/strings') diff --git a/core/strings/builder.odin b/core/strings/builder.odin index d87626d07..72eb815f9 100644 --- a/core/strings/builder.odin +++ b/core/strings/builder.odin @@ -1,6 +1,6 @@ package strings -import "core:runtime" +import "base:runtime" import "core:unicode/utf8" import "core:strconv" import "core:mem" diff --git a/core/strings/intern.odin b/core/strings/intern.odin index 812307b2e..88eea3c50 100644 --- a/core/strings/intern.odin +++ b/core/strings/intern.odin @@ -1,6 +1,6 @@ package strings -import "core:runtime" +import "base:runtime" import "core:mem" // Custom string entry struct -- cgit v1.2.3