From 620effdbc8de10fc240a5f0a4d5e8934a0e0e0eb Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 14 Aug 2025 16:44:05 +0200 Subject: Move src/cmd/{=> lib/}types.zig. --- src/cmd/sort.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/sort.zig') diff --git a/src/cmd/sort.zig b/src/cmd/sort.zig index fb08f0b..9c04c1e 100644 --- a/src/cmd/sort.zig +++ b/src/cmd/sort.zig @@ -3,7 +3,7 @@ const Allocator = std.mem.Allocator; const ArrayList = std.ArrayList; const print = std.debug.print; -const types = @import("./types.zig"); +const types = @import("./lib/types.zig"); const CommandStatus = types.CommandStatus; const OutputCapture = types.OutputCapture; const InputSource = types.InputSource; -- cgit v1.2.1