mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
decorations: remove header files
This commit is contained in:
parent
7754ef3661
commit
1c18dbf1a0
8 changed files with 8 additions and 35 deletions
10
config.c
10
config.c
|
@ -7,16 +7,10 @@
|
|||
|
||||
#include <dlfcn.h>
|
||||
|
||||
#include "color.h"
|
||||
|
||||
#include "decoration.h"
|
||||
#include "decorations/background.h"
|
||||
#include "decorations/stack.h"
|
||||
#include "decorations/underline.h"
|
||||
|
||||
#include "bar.h"
|
||||
#include "module.h"
|
||||
#include "color.h"
|
||||
#include "config-verify.h"
|
||||
#include "module.h"
|
||||
#include "plugin.h"
|
||||
|
||||
static uint8_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue