Remove unused imports

This commit is contained in:
Mitchell Hashimoto
2025-11-27 13:35:56 -08:00
parent d8aeffe1e9
commit dbfc3eb679
150 changed files with 0 additions and 275 deletions

View File

@@ -1,7 +1,6 @@
const std = @import("std");
const fs = std.fs;
const Allocator = std.mem.Allocator;
const xdg = @import("../os/xdg.zig");
const args = @import("args.zig");
const Action = @import("ghostty.zig").Action;
pub const Entry = @import("ssh-cache/Entry.zig");