aboutsummaryrefslogtreecommitdiff
path: root/src/command/focus_view.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/focus_view.zig')
-rw-r--r--src/command/focus_view.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/focus_view.zig b/src/command/focus_view.zig
index fce180f..38fd531 100644
--- a/src/command/focus_view.zig
+++ b/src/command/focus_view.zig
@@ -2,7 +2,7 @@ const c = @import("../c.zig");
const Arg = @import("../command.zig").Arg;
const Seat = @import("../seat.zig");
-const View = @import("../view.zig").View;
+const View = @import("../view.zig");
const ViewStack = @import("../view_stack.zig").ViewStack;
/// Focus either the next or the previous visible view, depending on the enum