diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-10-17 13:44:04 -0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-12-18 17:07:02 +0300 |
commit | 44ae27d65c84be9746186f52e69d477838c8de12 (patch) | |
tree | b3cd076ffee8115ff238e169889077033c366fb3 | |
parent | 1330f1e2b76af4094ce3596a8c80874d7e1048a8 (diff) | |
download | qemu-44ae27d65c84be9746186f52e69d477838c8de12.zip qemu-44ae27d65c84be9746186f52e69d477838c8de12.tar.gz qemu-44ae27d65c84be9746186f52e69d477838c8de12.tar.bz2 |
hw/input/vmmouse: remove unused #include
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | hw/input/vmmouse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/input/vmmouse.c b/hw/input/vmmouse.c index b6d2208..65ef553 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" |