libinput-debug-events.c: remove unused includes
authorKonstantin Kharlamov <Hi-Angel@yandex.ru>
Sun, 8 Sep 2019 22:31:49 +0000 (01:31 +0300)
committerKonstantin Kharlamov <Hi-Angel@yandex.ru>
Thu, 12 Sep 2019 21:07:39 +0000 (00:07 +0300)
Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
tools/libinput-debug-events.c

index 23926af..dd0c7ed 100644 (file)
 
 #include <errno.h>
 #include <inttypes.h>
-#include <fcntl.h>
 #include <getopt.h>
 #include <poll.h>
 #include <stdio.h>
-#include <stdarg.h>
+#include <stdlib.h>
 #include <signal.h>
 #include <string.h>
 #include <time.h>
 #include <unistd.h>
-#include <libudev.h>
 #include "linux/input.h"
-#include <sys/ioctl.h>
 
 #include <libinput.h>
 #include <libevdev/libevdev.h>