window: remove old import
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
This commit is contained in:
parent
f901dde2a0
commit
ee85f49bde
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue