swaybar: move headers to include/bar

This commit is contained in:
Mikkel Oscar Lyderik 2016-01-24 15:55:58 +01:00
parent 4b48a8399a
commit ed227f5664
11 changed files with 14 additions and 14 deletions

View file

@ -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;