Remove unused import

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-08-29 22:42:34 +02:00
parent fec0815161
commit 38c3ecd089

View File

@@ -6,7 +6,6 @@ const Environment = @import("Environment.zig");
const interop = @import("interop.zig"); const interop = @import("interop.zig");
const SharedError = @import("SharedError.zig"); const SharedError = @import("SharedError.zig");
const Allocator = std.mem.Allocator;
const Md5 = std.crypto.hash.Md5; const Md5 = std.crypto.hash.Md5;
const utmp = interop.utmp; const utmp = interop.utmp;
const Utmp = utmp.utmpx; const Utmp = utmp.utmpx;