aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar/main.c
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-24 15:55:58 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-24 15:55:58 +0100
commited227f5664196d85194d63d01a5382499867a386 (patch)
tree0474bff44ae5880fd3336a0a9dd04641793f153e /swaybar/main.c
parentMerge pull request #467 from mikkeloscar/swaybar-refactor (diff)
downloadsway-ed227f5664196d85194d63d01a5382499867a386.tar.gz
sway-ed227f5664196d85194d63d01a5382499867a386.tar.zst
sway-ed227f5664196d85194d63d01a5382499867a386.zip
swaybar: move headers to include/bar
Diffstat (limited to 'swaybar/main.c')
-rw-r--r--swaybar/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/main.c b/swaybar/main.c
index fc5acdae..737ee647 100644
--- a/swaybar/main.c
+++ b/swaybar/main.c
@@ -5,7 +5,7 @@
5#include <getopt.h> 5#include <getopt.h>
6#include "ipc-client.h" 6#include "ipc-client.h"
7#include "log.h" 7#include "log.h"
8#include "bar.h" 8#include "bar/bar.h"
9 9
10/* global bar state */ 10/* global bar state */
11struct bar swaybar; 11struct bar swaybar;