aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/move.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/move.c')
-rw-r--r--sway/commands/move.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sway/commands/move.c b/sway/commands/move.c
index 68f05b56..5b97897a 100644
--- a/sway/commands/move.c
+++ b/sway/commands/move.c
@@ -1,11 +1,11 @@
1#include <string.h> 1#include <string.h>
2#include <wlc/wlc.h> 2#include <wlc/wlc.h>
3#include "commands.h" 3#include "sway/commands.h"
4#include "container.h" 4#include "sway/container.h"
5#include "layout.h" 5#include "sway/layout.h"
6#include "sway/output.h"
7#include "sway/workspace.h"
6#include "list.h" 8#include "list.h"
7#include "output.h"
8#include "workspace.h"
9 9
10struct cmd_results *cmd_move(int argc, char **argv) { 10struct cmd_results *cmd_move(int argc, char **argv) {
11 struct cmd_results *error = NULL; 11 struct cmd_results *error = NULL;