| ... | @@ -3,9 +3,9 @@ | ... | @@ -3,9 +3,9 @@ |
| 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. | 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. |
| 4 | // The MIT license requires this copyright notice to be included in all copies | 4 | // The MIT license requires this copyright notice to be included in all copies |
| 5 | // and substantial portions of the software. | 5 | // and substantial portions of the software. |
| 6 | const builtin = @import("builtin"); | | |
| 7 | const std = @import("std"); | 6 | const std = @import("std"); |
| 8 | const assert = std.debug.assert; | 7 | const assert = std.debug.assert; |
| | 8 | const builtin = std.builtin; |
| 9 | const os = std.os; | 9 | const os = std.os; |
| 10 | const linux = os.linux; | 10 | const linux = os.linux; |
| 11 | const mem = std.mem; | 11 | const mem = std.mem; |