summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Antti K2014-07-29 23:17:37 +0200
committerGravatar Antti K2014-07-30 01:11:09 +0200
commit240fb46ed9ba518e4dabcc5b96e1014e9a722d3f (patch)
treeebf4c7fad27476b13f77b840902a3aff37567480
parent8f9b5d06852289115738267cc9fea21fc2ce38ed (diff)
downloadxkbcat-240fb46ed9ba518e4dabcc5b96e1014e9a722d3f.tar.gz
xkbcat-240fb46ed9ba518e4dabcc5b96e1014e9a722d3f.zip
Prune includes
Since XKBlib pulls in all of our other X dependencies, there's no need to separately `#include` them.
-rw-r--r--xkbcat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xkbcat.c b/xkbcat.c
index f4a735e..c997db5 100644
--- a/xkbcat.c
+++ b/xkbcat.c
@@ -1,7 +1,5 @@
// xkbcat: Logs X11 keypresses, globally.
-#include <X11/Xlib.h>
-#include <X11/X.h>
#include <X11/XKBlib.h>
#include <string.h>