From 64ed30ea5fd62b07970151192977cf5c823eecad Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Thu, 31 Aug 2023 05:48:03 +0100 Subject: Move pq.zig to it's own repo for re-use in other projects --- comments/src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comments/src/main.zig') diff --git a/comments/src/main.zig b/comments/src/main.zig index 882202d..8710d95 100644 --- a/comments/src/main.zig +++ b/comments/src/main.zig @@ -1,6 +1,6 @@ const std = @import("std"); const zws = @import("zws"); -const pq = @import("pq.zig"); +const pq = @import("pq"); const mustache = @import("mustache"); const smtp = @import("smtp"); -- cgit v1.2.3-ZIG