wmfs.h: Remove 2 useless headers

This commit is contained in:
Martin Duquesnoy 2008-10-18 23:14:09 +02:00
parent bc1d19a6bc
commit f77f267302
2 changed files with 1 additions and 3 deletions

View File

@ -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)

View File

@ -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 */