summaryrefslogtreecommitdiffstats
path: root/sway/commands/bar/hidden_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bar/hidden_state.c')
-rw-r--r--sway/commands/bar/hidden_state.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/commands/bar/hidden_state.c b/sway/commands/bar/hidden_state.c
index 22035c98..e52a123f 100644
--- a/sway/commands/bar/hidden_state.c
+++ b/sway/commands/bar/hidden_state.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_hidden_state(struct bar_config *bar, const char *hidden_state) { 7static struct cmd_results *bar_set_hidden_state(struct bar_config *bar, const char *hidden_state) {