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.
This commit is contained in:
Eugene Syromyatnikov 2018-04-02 20:13:37 +02:00 committed by Dmitry V. Levin
parent 3f22d9abae
commit 1778f71acb

View File

@ -33,10 +33,6 @@
#include <linux/ioctl.h>
#include "xlat/ioctl_dirs.h"
#ifdef HAVE_LINUX_INPUT_H
# include <linux/input.h>
#endif
#include "xlat/evdev_abs.h"
#include "xlat/evdev_ev.h"