fix headers inclusion
This commit is contained in:
parent
a08f0e5cd0
commit
d75a512f5d
5
config.c
5
config.c
|
@ -28,9 +28,12 @@
|
|||
#include <X11/keysym.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "uicb.h"
|
||||
#include "awesome.h"
|
||||
#include "screen.h"
|
||||
#include "draw.h"
|
||||
#include "tag.h"
|
||||
#include "statusbar.h"
|
||||
#include "layout.h"
|
||||
#include "layouts/tile.h"
|
||||
#include "layouts/floating.h"
|
||||
#include "layouts/max.h"
|
||||
|
|
1
uicb.c
1
uicb.c
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include "util.h"
|
||||
#include "uicb.h"
|
||||
#include "screen.h"
|
||||
|
||||
extern const NameFuncLink UicbList[];
|
||||
|
||||
|
|
Loading…
Reference in New Issue