mirror of https://github.com/fairyglade/ly.git
Remove unused import
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
fec0815161
commit
38c3ecd089
|
|
@ -6,7 +6,6 @@ const Environment = @import("Environment.zig");
|
|||
const interop = @import("interop.zig");
|
||||
const SharedError = @import("SharedError.zig");
|
||||
|
||||
const Allocator = std.mem.Allocator;
|
||||
const Md5 = std.crypto.hash.Md5;
|
||||
const utmp = interop.utmp;
|
||||
const Utmp = utmp.utmpx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue