fix some #include
This commit is contained in:
parent
781ebc8882
commit
f92772953c
|
@ -45,6 +45,7 @@
|
|||
#include "statusbar.h"
|
||||
#include "uicb.h"
|
||||
#include "window.h"
|
||||
#include "client.h"
|
||||
#include "awesome-client.h"
|
||||
|
||||
static int (*xerrorxlib) (Display *, XErrorEvent *);
|
||||
|
|
2
layout.h
2
layout.h
|
@ -22,7 +22,7 @@
|
|||
#ifndef AWESOME_LAYOUT_H
|
||||
#define AWESOME_LAYOUT_H
|
||||
|
||||
#include "client.h"
|
||||
#include "common.h"
|
||||
|
||||
#define AWESOMEPROPS_ATOM(disp) XInternAtom(disp, "_AWESOME_PROPERTIES", False)
|
||||
|
||||
|
|
Loading…
Reference in New Issue