summaryrefslogtreecommitdiffstats
path: root/hw/input/vmmouse.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2017-10-17 18:44:04 +0200
committerMichael Tokarev2017-12-18 15:07:02 +0100
commit44ae27d65c84be9746186f52e69d477838c8de12 (patch)
treeb3cd076ffee8115ff238e169889077033c366fb3 /hw/input/vmmouse.c
parentnuma: remove unused #include (diff)
downloadqemu-44ae27d65c84be9746186f52e69d477838c8de12.tar.gz
qemu-44ae27d65c84be9746186f52e69d477838c8de12.tar.xz
qemu-44ae27d65c84be9746186f52e69d477838c8de12.zip
hw/input/vmmouse: remove unused #include
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/input/vmmouse.c')
-rw-r--r--hw/input/vmmouse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/input/vmmouse.c b/hw/input/vmmouse.c
index b6d22086f4..65ef55329e 100644
--- a/hw/input/vmmouse.c
+++ b/hw/input/vmmouse.c
@@ -24,7 +24,6 @@
#include "qemu/osdep.h"
#include "hw/hw.h"
#include "ui/console.h"
-#include "hw/input/ps2.h"
#include "hw/i386/pc.h"
#include "hw/qdev.h"