mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Remove unused imports from config/edit
Signed-off-by: Borja Clemente <borja.clemente@gmail.com>
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
const assert = std.debug.assert;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const internal_os = @import("../os/main.zig");
|
||||
const Command = @import("../Command.zig");
|
||||
|
||||
const log = std.log.scoped(.config);
|
||||
|
||||
|
Reference in New Issue
Block a user