summaryrefslogtreecommitdiff
path: root/swaybar/main.c
diff options
context:
space:
mode:
authorMikkel Oscar Lyderik <[email protected]>2016-01-24 15:55:58 +0100
committerMikkel Oscar Lyderik <[email protected]>2016-01-24 15:55:58 +0100
commited227f5664196d85194d63d01a5382499867a386 (patch)
tree0474bff44ae5880fd3336a0a9dd04641793f153e /swaybar/main.c
parent4b48a8399a33f3bb5f5d55f87213bb4692a5f1f9 (diff)
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 @@
#include <getopt.h>
#include "ipc-client.h"
#include "log.h"
-#include "bar.h"
+#include "bar/bar.h"
/* global bar state */
struct bar swaybar;