aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/host-stub.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-04-25 00:41:09 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-05-04 08:38:23 +0200
commit1081607bfab94a0b6149c4a2195737107aed265f (patch)
tree2fc8e3f3dbcc70e866a8fe96e351bc054a6a90f9 /hw/usb/host-stub.c
parent15106f7dc3290ff3254611f265849a314a93eb0e (diff)
downloadqemu-1081607bfab94a0b6149c4a2195737107aed265f.zip
qemu-1081607bfab94a0b6149c4a2195737107aed265f.tar.gz
qemu-1081607bfab94a0b6149c4a2195737107aed265f.tar.bz2
hw/usb/host-stub: Remove unused header
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210424224110.3442424-2-f4bug@amsat.org> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb/host-stub.c')
-rw-r--r--hw/usb/host-stub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb/host-stub.c b/hw/usb/host-stub.c
index 538ed29..80809ce 100644
--- a/hw/usb/host-stub.c
+++ b/hw/usb/host-stub.c
@@ -31,7 +31,6 @@
*/
#include "qemu/osdep.h"
-#include "ui/console.h"
#include "hw/usb.h"
#include "monitor/monitor.h"