From 1778f71acba4e00e3889af9a7613fc51ec884270 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Mon, 2 Apr 2018 20:13:37 +0200 Subject: [PATCH] ioctl: do not include linux/input.h All the ABS_* and EV_* values are now available internally, there's no need to include the header. * ioctl.c [HAVE_LINUX_INPUT_H]: Do not include linux/input.h. --- ioctl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ioctl.c b/ioctl.c index 0a7f9b89..59b0a6b5 100644 --- a/ioctl.c +++ b/ioctl.c @@ -33,10 +33,6 @@ #include #include "xlat/ioctl_dirs.h" -#ifdef HAVE_LINUX_INPUT_H -# include -#endif - #include "xlat/evdev_abs.h" #include "xlat/evdev_ev.h" -- 2.40.0