wmfs.h: Remove 2 useless headers
This commit is contained in:
parent
bc1d19a6bc
commit
f77f267302
@ -58,7 +58,7 @@ bar_create(int x, int y, uint w, uint h, int bord, uint color, Bool entermask)
|
||||
bw->color = color;
|
||||
|
||||
return bw;
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
bar_delete(BarWindow *bw)
|
||||
|
||||
@ -45,11 +45,9 @@
|
||||
#include <sys/types.h>
|
||||
#include <confuse.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <X11/keysym.h>
|
||||
#include <X11/cursorfont.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xft/Xft.h>
|
||||
|
||||
/* Local headers */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user