code: remove unneeded c.zig @import()s
This commit is contained in:
parent
41e52065cc
commit
a586c1ad71
5 changed files with 0 additions and 7 deletions
|
@ -19,7 +19,6 @@ const Self = @This();
|
|||
|
||||
const std = @import("std");
|
||||
|
||||
const c = @import("c.zig");
|
||||
const util = @import("util.zig");
|
||||
|
||||
const Server = @import("Server.zig");
|
||||
|
|
|
@ -26,7 +26,6 @@ const zriver = wayland.server.zriver;
|
|||
|
||||
const wlr = @import("wlroots");
|
||||
|
||||
const c = @import("c.zig");
|
||||
const command = @import("command.zig");
|
||||
const util = @import("util.zig");
|
||||
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
|
||||
const std = @import("std");
|
||||
|
||||
const c = @import("../c.zig");
|
||||
|
||||
const Error = @import("../command.zig").Error;
|
||||
const PhysicalDirection = @import("../command.zig").PhysicalDirection;
|
||||
const Orientation = @import("../command.zig").Orientation;
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
|
||||
const std = @import("std");
|
||||
|
||||
const c = @import("../c.zig");
|
||||
|
||||
const Box = @import("../Box.zig");
|
||||
const Error = @import("../command.zig").Error;
|
||||
const Seat = @import("../Seat.zig");
|
||||
|
|
|
@ -322,7 +322,6 @@ test "push/remove (*View)" {
|
|||
}
|
||||
|
||||
test "iteration (View)" {
|
||||
const c = @import("c.zig");
|
||||
const std = @import("std");
|
||||
const testing = std.testing;
|
||||
|
||||
|
|
Loading…
Reference in a new issue