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.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/focus_view.zig b/src/command/focus_view.zig
index 85a2975..225fa5e 100644
--- a/src/command/focus_view.zig
+++ b/src/command/focus_view.zig
@@ -18,8 +18,8 @@
const c = @import("../c.zig");
const Arg = @import("../command.zig").Arg;
-const Seat = @import("../seat.zig");
-const View = @import("../view.zig");
+const Seat = @import("../Seat.zig");
+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