forked from external/yambar
Reduce header intra-dependencies
This commit is contained in:
parent
5e107414e4
commit
1cce649f06
4 changed files with 1 additions and 6 deletions
4
module.h
4
module.h
|
@ -1,12 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <threads.h>
|
#include <threads.h>
|
||||||
#include <cairo.h>
|
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "particle.h"
|
#include "particle.h"
|
||||||
#include "tag.h"
|
|
||||||
#include "yml.h"
|
|
||||||
|
|
||||||
struct bar;
|
struct bar;
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
#include "decoration.h"
|
#include "decoration.h"
|
||||||
#include "font.h"
|
#include "font.h"
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "yml.h"
|
|
||||||
|
|
||||||
struct bar;
|
struct bar;
|
||||||
|
|
||||||
|
|
1
plugin.h
1
plugin.h
|
@ -1,5 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "config-verify.h"
|
#include "config-verify.h"
|
||||||
#include "module.h"
|
#include "module.h"
|
||||||
#include "particle.h"
|
#include "particle.h"
|
||||||
|
|
1
tag.h
1
tag.h
|
@ -1,7 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
enum tag_realtime_unit {
|
enum tag_realtime_unit {
|
||||||
|
|
Loading…
Add table
Reference in a new issue