diff options
author | Mikkel Oscar Lyderik <[email protected]> | 2016-01-24 15:55:58 +0100 |
---|---|---|
committer | Mikkel Oscar Lyderik <[email protected]> | 2016-01-24 15:55:58 +0100 |
commit | ed227f5664196d85194d63d01a5382499867a386 (patch) | |
tree | 0474bff44ae5880fd3336a0a9dd04641793f153e /swaybar/main.c | |
parent | 4b48a8399a33f3bb5f5d55f87213bb4692a5f1f9 (diff) |
swaybar: move headers to include/bar
Diffstat (limited to 'swaybar/main.c')
-rw-r--r-- | swaybar/main.c | 2 |
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 @@ #include <getopt.h> #include "ipc-client.h" #include "log.h" -#include "bar.h" +#include "bar/bar.h" /* global bar state */ struct bar swaybar; |