From: Maxim Levitsky Date: Sun, 8 Mar 2020 09:24:30 +0000 (+0200) Subject: usb/dev-storage: remove unused include X-Git-Tag: v5.0.0-rc0~47^2~11 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1621eecebc7dd9e3bd4933a73f24fab23280cc40;p=users%2Fdwmw2%2Fqemu.git usb/dev-storage: remove unused include Signed-off-by: Maxim Levitsky Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200308092440.23564-2-mlevitsk@redhat.com> Signed-off-by: Dr. David Alan Gilbert --- diff --git a/hw/usb/dev-storage.c b/hw/usb/dev-storage.c index 4883c1d89e..5c4b57b06b 100644 --- a/hw/usb/dev-storage.c +++ b/hw/usb/dev-storage.c @@ -18,7 +18,6 @@ #include "hw/qdev-properties.h" #include "hw/scsi/scsi.h" #include "migration/vmstate.h" -#include "monitor/monitor.h" #include "sysemu/sysemu.h" #include "sysemu/block-backend.h" #include "qapi/visitor.h"