mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 14:00:29 +00:00
Remove unused imports
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
//! The options that are used to configure a terminal IO implementation.
|
||||
|
||||
const builtin = @import("builtin");
|
||||
const xev = @import("../global.zig").xev;
|
||||
const apprt = @import("../apprt.zig");
|
||||
const renderer = @import("../renderer.zig");
|
||||
const Command = @import("../Command.zig");
|
||||
const Config = @import("../config.zig").Config;
|
||||
const termio = @import("../termio.zig");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user