aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bar.c')
-rw-r--r--sway/commands/bar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/commands/bar.c b/sway/commands/bar.c
index 9e7d6c5c..55cb0d9d 100644
--- a/sway/commands/bar.c
+++ b/sway/commands/bar.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 "log.h"
#include "util.h"