aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/floating.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/floating.c')
-rw-r--r--sway/commands/floating.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sway/commands/floating.c b/sway/commands/floating.c
index 2323902d..612b8641 100644
--- a/sway/commands/floating.c
+++ b/sway/commands/floating.c
@@ -1,8 +1,8 @@
#include <string.h>
-#include "commands.h"
-#include "container.h"
-#include "ipc-server.h"
-#include "layout.h"
+#include "sway/commands.h"
+#include "sway/container.h"
+#include "sway/ipc-server.h"
+#include "sway/layout.h"
#include "list.h"
#include "log.h"