code: remove unneeded c.zig @import()s

This commit is contained in:
Isaac Freund
2021-01-12 10:28:11 +01:00
parent 41e52065cc
commit a586c1ad71
5 changed files with 0 additions and 7 deletions

View File

@ -322,7 +322,6 @@ test "push/remove (*View)" {
}
test "iteration (View)" {
const c = @import("c.zig");
const std = @import("std");
const testing = std.testing;