| author | |
| committer | |
| log | cab84e09ea974f75494df8278b468830d60a7878 |
| tree | f397f88fbd698d62d53b5044aaaec724904e0f11 |
| parent | 32f142f7670e498f96edc802882dbe695ecdd6b9 |
2 files changed, 0 insertions(+), 3 deletions(-)
src/cmd/fetch.zig-1| ... | @@ -1,7 +1,6 @@ | ... | @@ -1,7 +1,6 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const gpa = std.heap.c_allocator; | 2 | const gpa = std.heap.c_allocator; |
| 3 | 3 | ||
| 4 | const known_folders = @import("known-folders"); | ||
| 5 | 4 | ||
| 6 | const u = @import("./../util/index.zig"); | 5 | const u = @import("./../util/index.zig"); |
| 7 | const common = @import("./../common.zig"); | 6 | const common = @import("./../common.zig"); |
src/cmd/sum.zig-2| ... | @@ -1,8 +1,6 @@ | ... | @@ -1,8 +1,6 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const gpa = std.heap.c_allocator; | 2 | const gpa = std.heap.c_allocator; |
| 3 | 3 | ||
| 4 | const known_folders = @import("known-folders"); | ||
| 5 | |||
| 6 | const u = @import("./../util/index.zig"); | 4 | const u = @import("./../util/index.zig"); |
| 7 | const common = @import("./../common.zig"); | 5 | const common = @import("./../common.zig"); |
| 8 | 6 |