diff mbox series

[2/4] hw/i386/vmport: Remove unused 'hw/input/i8042.h' include

Message ID 20200504083342.24273-3-f4bug@amsat.org
State New
Headers show
Series hw/i386: Restrict vmport/vmmouse devices to x86 targets | expand

Commit Message

Philippe Mathieu-Daudé May 4, 2020, 8:33 a.m. UTC
Remove unused "hw/input/i8042.h" include.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 hw/i386/vmport.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Richard Henderson May 4, 2020, 5:23 p.m. UTC | #1
On 5/4/20 1:33 AM, Philippe Mathieu-Daudé wrote:
> Remove unused "hw/input/i8042.h" include.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  hw/i386/vmport.c | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~
diff mbox series

Patch

diff --git a/hw/i386/vmport.c b/hw/i386/vmport.c
index 1f31e27c8a..114141c6f3 100644
--- a/hw/i386/vmport.c
+++ b/hw/i386/vmport.c
@@ -24,7 +24,6 @@ 
 #include "qemu/osdep.h"
 #include "hw/isa/isa.h"
 #include "hw/i386/pc.h"
-#include "hw/input/i8042.h"
 #include "sysemu/hw_accel.h"
 #include "qemu/log.h"
 #include "trace.h"