diff options
Diffstat (limited to 'core/log')
| -rw-r--r-- | core/log/log.odin | 2 | ||||
| -rw-r--r-- | core/log/log_allocator.odin | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/log/log.odin b/core/log/log.odin index b4039caa0..0d89fdb74 100644 --- a/core/log/log.odin +++ b/core/log/log.odin @@ -1,6 +1,6 @@ package log -import "core:runtime" +import "base:runtime" import "core:fmt" diff --git a/core/log/log_allocator.odin b/core/log/log_allocator.odin index 322c2e717..16f1abe31 100644 --- a/core/log/log_allocator.odin +++ b/core/log/log_allocator.odin @@ -1,6 +1,6 @@ package log -import "core:runtime" +import "base:runtime" import "core:fmt" Log_Allocator_Format :: enum { |