aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-02-28 12:46:36 +0100
committerLaurent Vivier <laurent@vivier.eu>2020-03-09 15:59:31 +0100
commitd797c3013463c0e89eb05038e156275255797441 (patch)
tree39fbaa4e6e431bf9467381c805c30f562e10dec9 /hw/usb
parent4e24b59a3d80870e23e7e6e6812d2774a46f0ff5 (diff)
downloadqemu-d797c3013463c0e89eb05038e156275255797441.zip
qemu-d797c3013463c0e89eb05038e156275255797441.tar.gz
qemu-d797c3013463c0e89eb05038e156275255797441.tar.bz2
hw/usb/dev-storage: Remove unused "ui/console.h" header
The USB models related to storage don't need anything from "ui/console.h". Remove it. Acked-by: John Snow <jsnow@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200228114649.12818-6-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/usb')
-rw-r--r--hw/usb/dev-storage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb/dev-storage.c b/hw/usb/dev-storage.c
index 90da008..4883c1d 100644
--- a/hw/usb/dev-storage.c
+++ b/hw/usb/dev-storage.c
@@ -17,7 +17,6 @@
#include "desc.h"
#include "hw/qdev-properties.h"
#include "hw/scsi/scsi.h"
-#include "ui/console.h"
#include "migration/vmstate.h"
#include "monitor/monitor.h"
#include "sysemu/sysemu.h"