diff options
| author | 2014-07-29 23:17:37 +0200 | |
|---|---|---|
| committer | 2014-07-30 01:11:09 +0200 | |
| commit | 240fb46ed9ba518e4dabcc5b96e1014e9a722d3f (patch) | |
| tree | ebf4c7fad27476b13f77b840902a3aff37567480 | |
| parent | 8f9b5d06852289115738267cc9fea21fc2ce38ed (diff) | |
| download | xkbcat-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,5 @@ // xkbcat: Logs X11 keypresses, globally. -#include <X11/Xlib.h> -#include <X11/X.h> #include <X11/XKBlib.h> #include <string.h> |
