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

@ -4,8 +4,8 @@
#include "ipc-client.h"
#include "list.h"
#include "log.h"
#include "config.h"
#include "ipc.h"
#include "bar/config.h"
#include "bar/ipc.h"
static void ipc_parse_config(struct config *config, const char *payload) {
json_object *bar_config = json_tokener_parse(payload);