summaryrefslogtreecommitdiffstats
path: root/sway/commands/bar/bindsym.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bar/bindsym.c')
-rw-r--r--sway/commands/bar/bindsym.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/commands/bar/bindsym.c b/sway/commands/bar/bindsym.c
index 4f50e708..bb81b4a9 100644
--- a/sway/commands/bar/bindsym.c
+++ b/sway/commands/bar/bindsym.c
@@ -1,7 +1,7 @@
1#include <stdlib.h> 1#include <stdlib.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 "list.h" 5#include "list.h"
6#include "log.h" 6#include "log.h"
7#include "stringop.h" 7#include "stringop.h"