diff options
| author | gingerBill <bill@gingerbill.org> | 2022-01-30 21:43:42 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-01-30 21:43:42 +0000 |
| commit | 1502066303fdb448ce83350419bb4b74fa9d6289 (patch) | |
| tree | be04113a1b9575be0e250dc9876a51ee12e4c6a6 /examples | |
| parent | 35a826a0fdab5320462e9574f2a2f791bd913980 (diff) | |
Correct CI
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 199f406f7..b520faf4d 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -13,7 +13,6 @@ import compress "core:compress" import gzip "core:compress/gzip" import zlib "core:compress/zlib" -import container "core:container" import bit_array "core:container/bit_array" import priority_queue "core:container/priority_queue" import queue "core:container/queue" @@ -49,7 +48,6 @@ import x25519 "core:crypto/x25519" import dynlib "core:dynlib" -import encoding "core:encoding" import base32 "core:encoding/base32" import base64 "core:encoding/base64" import csv "core:encoding/csv" |