No longer need linux/input.h header

This commit is contained in:
twinaphex 2017-06-06 08:31:41 +02:00
parent 5d78c2209f
commit 1d65222051

View File

@ -25,7 +25,8 @@
#include "../../input/input_driver.h"
#define UDEV_MAX_KEYS (KEY_MAX + 7) / 8
#define UDEV_KEY_MAX 0x2ff
#define UDEV_MAX_KEYS (UDEV_KEY_MAX + 7) / 8
typedef struct input_ctx_wayland_data
{