aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFeoramund <161657516+Feoramund@users.noreply.github.com>2024-04-17 18:23:20 -0400
committerFeoramund <161657516+Feoramund@users.noreply.github.com>2024-04-17 18:23:20 -0400
commit88ec53bed3a487a26d747d84015ae2bd0ecafd4a (patch)
tree93fcb4e79a889ba5c8dbeef34105367f382c22cb /tools
parent81c84f9683a40d60c0d1ae347c175d9205d186f8 (diff)
Move packages to new base collection
Diffstat (limited to 'tools')
-rw-r--r--tools/odinfmt/flag/flag.odin3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/odinfmt/flag/flag.odin b/tools/odinfmt/flag/flag.odin
index 010a48b..a2f1c81 100644
--- a/tools/odinfmt/flag/flag.odin
+++ b/tools/odinfmt/flag/flag.odin
@@ -1,6 +1,7 @@
package flag
-import "core:runtime"
+import "base:runtime"
+
import "core:strings"
import "core:reflect"
import "core:fmt"