]> granicus.if.org Git - strace/commit
ioctl: do not include linux/input.h
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 2 Apr 2018 18:13:37 +0000 (20:13 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 25 Apr 2018 22:54:57 +0000 (22:54 +0000)
commit1778f71acba4e00e3889af9a7613fc51ec884270
tree3d2651af6190c1255ef205406105bb443354b139
parent3f22d9abaee8d5401811cf8403c00a7fa2767c61
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