aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/set.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/set.c')
-rw-r--r--sway/commands/set.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/commands/set.c b/sway/commands/set.c
index b82a30ac..1f324951 100644
--- a/sway/commands/set.c
+++ b/sway/commands/set.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
-#include "commands.h"
-#include "config.h"
+#include "sway/commands.h"
+#include "sway/config.h"
#include "list.h"
#include "stringop.h"