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/decoration_manager.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoration_manager.zig') diff --git a/src/decoration_manager.zig b/src/decoration_manager.zig index cb23e2c..d659159 100644 --- a/src/decoration_manager.zig +++ b/src/decoration_manager.zig @@ -2,7 +2,7 @@ const std = @import("std"); const c = @import("c.zig"); const Decoration = @import("decoration.zig").Decoration; -const Server = @import("server.zig").Server; +const Server = @import("server.zig"); pub const DecorationManager = struct { const Self = @This(); -- cgit v1.2.3