From 5dbff2c0181804341c5a3edc33370853e6388a9e Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 16:20:32 +0200 Subject: Make Server a toplevel struct --- src/root.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/root.zig') diff --git a/src/root.zig b/src/root.zig index cd2dee2..5413b9d 100644 --- a/src/root.zig +++ b/src/root.zig @@ -5,7 +5,7 @@ const util = @import("util.zig"); const Box = @import("box.zig").Box; const Log = @import("log.zig").Log; const Output = @import("output.zig").Output; -const Server = @import("server.zig").Server; +const Server = @import("server.zig"); const Seat = @import("seat.zig").Seat; const View = @import("view.zig").View; const ViewStack = @import("view_stack.zig").ViewStack; -- cgit v1.2.3