diff options
Diffstat (limited to 'src/command/send_to_output.zig')
| -rw-r--r-- | src/command/send_to_output.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/send_to_output.zig b/src/command/send_to_output.zig index b626f93..e64d606 100644 --- a/src/command/send_to_output.zig +++ b/src/command/send_to_output.zig @@ -3,7 +3,7 @@ const std = @import("std"); const Arg = @import("../command.zig").Arg; const Output = @import("../output.zig").Output; -const Seat = @import("../seat.zig").Seat; +const Seat = @import("../seat.zig"); /// Send the focused view to the the next or the previous output, depending on /// the bool passed. Does nothing if there is only one output. |
