mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Remove obsolete headers
This commit is contained in:
parent
04f8334ba8
commit
59f6c2c67a
2 changed files with 0 additions and 2 deletions
1
bspwm.c
1
bspwm.c
|
@ -12,7 +12,6 @@
|
|||
#include <xcb/xcb.h>
|
||||
#include <xcb/xcb_event.h>
|
||||
#include <xcb/xcb_ewmh.h>
|
||||
#include <xcb/xcb_keysyms.h>
|
||||
#include <xcb/xinerama.h>
|
||||
#include "types.h"
|
||||
#include "settings.h"
|
||||
|
|
1
events.c
1
events.c
|
@ -2,7 +2,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <xcb/xcb.h>
|
||||
#include <xcb/xcb_keysyms.h>
|
||||
#include <xcb/xcb_event.h>
|
||||
#include <xcb/xcb_icccm.h>
|
||||
#include "types.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue