mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
Reorganize includes
This commit is contained in:
parent
729fdf7d91
commit
416417a54c
50 changed files with 146 additions and 154 deletions
|
@ -3,9 +3,9 @@
|
|||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include <getopt.h>
|
||||
#include "swaybar/bar.h"
|
||||
#include "ipc-client.h"
|
||||
#include "log.h"
|
||||
#include "bar/bar.h"
|
||||
|
||||
/* global bar state */
|
||||
struct bar swaybar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue