Skip to content

Commit

Permalink
remove unused Command.zig import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
goonzoid committed Jan 5, 2025
1 parent 7a27af8 commit 13fab6a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/config/Config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const inputpkg = @import("../input.zig");
const terminal = @import("../terminal/main.zig");
const internal_os = @import("../os/main.zig");
const cli = @import("../cli.zig");
const Command = @import("../Command.zig");

const conditional = @import("conditional.zig");
const Conditional = conditional.Conditional;
Expand Down
1 change: 0 additions & 1 deletion src/termio/Options.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const builtin = @import("builtin");
const xev = @import("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");

Expand Down
1 change: 0 additions & 1 deletion src/termio/backend.zig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const renderer = @import("../renderer.zig");
const shell_integration = @import("shell_integration.zig");
const terminal = @import("../terminal/main.zig");
const termio = @import("../termio.zig");
const Command = @import("../Command.zig");
const Pty = @import("../pty.zig").Pty;

// The preallocation size for the write request pool. This should be big
Expand Down

0 comments on commit 13fab6a

Please sign in to comment.