diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-04-25 00:41:09 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-04 08:38:23 +0200 |
commit | 1081607bfab94a0b6149c4a2195737107aed265f (patch) | |
tree | 2fc8e3f3dbcc70e866a8fe96e351bc054a6a90f9 /hw/usb | |
parent | 15106f7dc3290ff3254611f265849a314a93eb0e (diff) |
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')
-rw-r--r-- | hw/usb/host-stub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb/host-stub.c b/hw/usb/host-stub.c index 538ed29684..80809ceba5 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" |