diff --git a/lib/std/io_uring.zig b/lib/std/io_uring.zig index 40ebb9017c2441d60299f484f1cafe130c0c861f..1f30c6f1c651485f89409e954ff57fd7bce9caff 100644 --- a/lib/std/io_uring.zig +++ b/lib/std/io_uring.zig @@ -3,9 +3,9 @@ // This file is part of [zig](https://ziglang.org/), which is MIT licensed. // The MIT license requires this copyright notice to be included in all copies // and substantial portions of the software. -const builtin = @import("builtin"); const std = @import("std"); const assert = std.debug.assert; +const builtin = std.builtin; const os = std.os; const linux = os.linux; const mem = std.mem;