mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
remove unnecessary imports
This commit is contained in:

committed by
Mitchell Hashimoto

parent
d907cebae9
commit
6292cdec0e
@ -1,9 +1,7 @@
|
||||
const std = @import("std");
|
||||
const Allocator = std.mem.Allocator;
|
||||
const args = @import("args.zig");
|
||||
const Action = @import("action.zig").Action;
|
||||
const Config = @import("../config.zig").Config;
|
||||
const cli = @import("../cli.zig");
|
||||
const sentry = @import("../crash/sentry.zig");
|
||||
|
||||
pub const Options = struct {
|
||||
|
Reference in New Issue
Block a user