aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/floating_mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/floating_mod.c')
-rw-r--r--sway/commands/floating_mod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/commands/floating_mod.c b/sway/commands/floating_mod.c
index ce463429..b6360d9a 100644
--- a/sway/commands/floating_mod.c
+++ b/sway/commands/floating_mod.c
@@ -1,6 +1,6 @@
#include <string.h>
-#include "commands.h"
-#include "input_state.h"
+#include "sway/commands.h"
+#include "sway/input_state.h"
#include "list.h"
#include "log.h"
#include "stringop.h"