mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +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 std = @import("std");
|
||||||
const Allocator = std.mem.Allocator;
|
|
||||||
const args = @import("args.zig");
|
const args = @import("args.zig");
|
||||||
const Action = @import("action.zig").Action;
|
const Action = @import("action.zig").Action;
|
||||||
const Config = @import("../config.zig").Config;
|
const Config = @import("../config.zig").Config;
|
||||||
const cli = @import("../cli.zig");
|
|
||||||
const sentry = @import("../crash/sentry.zig");
|
const sentry = @import("../crash/sentry.zig");
|
||||||
|
|
||||||
pub const Options = struct {
|
pub const Options = struct {
|
||||||
|
Reference in New Issue
Block a user