summaryrefslogtreecommitdiff
path: root/src/root.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/root.zig')
-rw-r--r--src/root.zig4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/root.zig b/src/root.zig
index 49631cb..d4c7cd8 100644
--- a/src/root.zig
+++ b/src/root.zig
@@ -1,3 +1 @@
-const MessageParser = @import("server/message_parser.zig");
-
-pub const Server = @import("server/Server.zig");
+pub const Server = @import("Server.zig");