summaryrefslogtreecommitdiffstats
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 @@
1#include <string.h> 1#include <string.h>
2#include "commands.h" 2#include "sway/commands.h"
3#include "input_state.h" 3#include "sway/input_state.h"
4#include "list.h" 4#include "list.h"
5#include "log.h" 5#include "log.h"
6#include "stringop.h" 6#include "stringop.h"