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