window: remove old import

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
This commit is contained in:
Tim Culverhouse 2024-01-30 18:23:05 -06:00
parent f901dde2a0
commit ee85f49bde

View file

@ -2,7 +2,6 @@ const std = @import("std");
const Screen = @import("Screen.zig");
const Cell = @import("cell.zig").Cell;
const Image = @import("image/image.zig").Image;
const gw = @import("gwidth.zig");
const log = std.log.scoped(.window);