From 96f2ff793c7606c8979d45b62b827c1cc50667d1 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 16:40:05 +0200 Subject: Make Output a toplevel struct --- src/command/send_to_output.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/send_to_output.zig') diff --git a/src/command/send_to_output.zig b/src/command/send_to_output.zig index e64d606..2cf0fea 100644 --- a/src/command/send_to_output.zig +++ b/src/command/send_to_output.zig @@ -2,7 +2,7 @@ const c = @import("../c.zig"); const std = @import("std"); const Arg = @import("../command.zig").Arg; -const Output = @import("../output.zig").Output; +const Output = @import("../output.zig"); const Seat = @import("../seat.zig"); /// Send the focused view to the the next or the previous output, depending on -- cgit v1.2.3