diff options
| author | gingerBill <bill@gingerbill.org> | 2024-02-28 18:27:49 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-02-28 18:27:49 +0000 |
| commit | 7df7fec6f736a52712961a2a54de3747eac4ec84 (patch) | |
| tree | 6856943e8305a1fedbf683f03d65c7e30001553c | |
| parent | e423a6d692613cd15aad8d9db4c61b452c61753f (diff) | |
Keep -vet happy
| -rw-r--r-- | core/os/os.odin | 1 | ||||
| -rw-r--r-- | core/os/os2/file_util.odin | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/core/os/os.odin b/core/os/os.odin index 6d0e22a04..aa460fe01 100644 --- a/core/os/os.odin +++ b/core/os/os.odin @@ -1,7 +1,6 @@ package os import "base:runtime" -import "core:mem" import "core:strconv" import "core:unicode/utf8" diff --git a/core/os/os2/file_util.odin b/core/os/os2/file_util.odin index 11d1f688d..459544fc0 100644 --- a/core/os/os2/file_util.odin +++ b/core/os/os2/file_util.odin @@ -1,6 +1,5 @@ package os2 -import "core:mem" import "base:runtime" import "core:strconv" import "core:unicode/utf8" |