aboutsummaryrefslogtreecommitdiffstats
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 @@
1#include <stdio.h> 1#include <stdio.h>
2#include <string.h> 2#include <string.h>
3#include "commands.h" 3#include "sway/commands.h"
4#include "config.h" 4#include "sway/config.h"
5#include "log.h" 5#include "log.h"
6#include "util.h" 6#include "util.h"
7 7