aboutsummaryrefslogtreecommitdiff
path: root/src/render.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.zig')
-rw-r--r--src/render.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.zig b/src/render.zig
index deb118e..5c331b4 100644
--- a/src/render.zig
+++ b/src/render.zig
@@ -4,7 +4,7 @@ const c = @import("c.zig");
const Box = @import("box.zig");
const LayerSurface = @import("layer_surface.zig").LayerSurface;
const Output = @import("output.zig").Output;
-const Server = @import("server.zig").Server;
+const Server = @import("server.zig");
const View = @import("view.zig").View;
const ViewStack = @import("view_stack.zig").ViewStack;