mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-22 21:00:45 +00:00
Fix broken import from rebase
This commit is contained in:
@@ -2,7 +2,7 @@ const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
const assert = std.debug.assert;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const global_state = &@import("../main.zig").state;
|
||||
const global_state = &@import("../global.zig").state;
|
||||
const internal_os = @import("../os/main.zig");
|
||||
const ErrorList = @import("ErrorList.zig");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user