]> git.lizzy.rs Git - bspwm.git/commitdiff
Remove obsolete headers
authorBastien Dejean <nihilhill@gmail.com>
Mon, 7 Jan 2013 10:52:51 +0000 (11:52 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Mon, 7 Jan 2013 10:52:51 +0000 (11:52 +0100)
bspwm.c
events.c

diff --git a/bspwm.c b/bspwm.c
index 26937f7882b9d0674a5624c05090d8c12474e266..45506740a7f8159cfde9f6c390dd2774dd4b9f43 100644 (file)
--- a/bspwm.c
+++ b/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"
index ae5408c872679bfc1c60706ba99683147a56a943..352882d27960b8703fdf85c3349dd0e0cf43af58 100644 (file)
--- a/events.c
+++ b/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"