| author | |
| committer | |
| log | 17443e2247975508c68204704c3614878cd0f9e6 |
| tree | 6f8ddab3cb36247301451e95e5a0a0bec891773a |
| parent | 6b8c832759cb0b5b72feb1a1dd4b77506fa21d12 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/util/dep.zig+1-1| ... | ... | @@ -1,6 +1,6 @@ |
| 1 | 1 | const std = @import("std"); |
| 2 | 2 | const string = []const u8; |
| 3 | const builtin = std.builtin; | |
| 3 | const builtin = @import("builtin"); | |
| 4 | 4 | |
| 5 | 5 | const zigmod = @import("../lib.zig"); |
| 6 | 6 | const u = @import("index.zig"); |