From e2f6bac3010419426b636d2b307f66deecd60813 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 14 Jul 2015 13:44:12 +0200 Subject: virtio-input: move sys/ioctl.h include Drop from include/standard-headers/linux/input.h Add to hw/input/virtio-input-host.c instead. That allows to build virtio-input (except pass-through) on windows. Signed-off-by: Gerd Hoffmann --- include/standard-headers/linux/input.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/standard-headers/linux/input.h b/include/standard-headers/linux/input.h index a459dd2..b003c67 100644 --- a/include/standard-headers/linux/input.h +++ b/include/standard-headers/linux/input.h @@ -10,7 +10,6 @@ #include -#include #include #include "standard-headers/linux/types.h" -- cgit v1.1