From 240fb46ed9ba518e4dabcc5b96e1014e9a722d3f Mon Sep 17 00:00:00 2001 From: Antti K Date: Tue, 29 Jul 2014 23:17:37 +0200 Subject: Prune includes Since XKBlib pulls in all of our other X dependencies, there's no need to separately `#include` them. --- xkbcat.c | 2 -- 1 file changed, 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 -#include #include #include -- cgit v1.3-2-g0d8e