mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
swaybar: move headers to include/bar
This commit is contained in:
parent
4b48a8399a
commit
ed227f5664
11 changed files with 14 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue