summaryrefslogtreecommitdiffstats
path: root/sway/commands/bar/mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bar/mode.c')
-rw-r--r--sway/commands/bar/mode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/commands/bar/mode.c b/sway/commands/bar/mode.c
index 321d5a29..3fd6587f 100644
--- a/sway/commands/bar/mode.c
+++ b/sway/commands/bar/mode.c
@@ -1,7 +1,7 @@
1#include <string.h> 1#include <string.h>
2#include "commands.h" 2#include "sway/commands.h"
3#include "config.h" 3#include "sway/config.h"
4#include "ipc-server.h" 4#include "sway/ipc-server.h"
5#include "log.h" 5#include "log.h"
6 6
7static struct cmd_results *bar_set_mode(struct bar_config *bar, const char *mode) { 7static struct cmd_results *bar_set_mode(struct bar_config *bar, const char *mode) {