summaryrefslogtreecommitdiffstats
path: root/sway/commands/bar/height.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bar/height.c')
-rw-r--r--sway/commands/bar/height.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/bar/height.c b/sway/commands/bar/height.c
index 9ea0a81a..eb576ab3 100644
--- a/sway/commands/bar/height.c
+++ b/sway/commands/bar/height.c
@@ -1,6 +1,6 @@
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 "log.h" 4#include "log.h"
5 5
6struct cmd_results *bar_cmd_height(int argc, char **argv) { 6struct cmd_results *bar_cmd_height(int argc, char **argv) {