aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/new_window.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/new_window.c')
-rw-r--r--sway/commands/new_window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/commands/new_window.c b/sway/commands/new_window.c
index e7d1b271..423b5af0 100644
--- a/sway/commands/new_window.c
+++ b/sway/commands/new_window.c
@@ -1,7 +1,7 @@
#include <errno.h>
#include <string.h>
-#include "commands.h"
-#include "container.h"
+#include "sway/commands.h"
+#include "sway/container.h"
struct cmd_results *cmd_new_window(int argc, char **argv) {
struct cmd_results *error = NULL;