summary refs log tree commit diff stats
path: root/hw/usb/dev-storage.c
diff options
context:
space:
mode:
authorMaxim Levitsky <mlevitsk@redhat.com>2020-03-08 11:24:30 +0200
committerDr. David Alan Gilbert <dgilbert@redhat.com>2020-03-09 18:05:19 +0000
commit1621eecebc7dd9e3bd4933a73f24fab23280cc40 (patch)
tree774551313dd7c94ba222fbc50e478091194a2308 /hw/usb/dev-storage.c
parent373c7068dd610e97f0b551b5a6d0a27cd6da4506 (diff)
downloadfocaccia-qemu-1621eecebc7dd9e3bd4933a73f24fab23280cc40.tar.gz
focaccia-qemu-1621eecebc7dd9e3bd4933a73f24fab23280cc40.zip
usb/dev-storage: remove unused include
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200308092440.23564-2-mlevitsk@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'hw/usb/dev-storage.c')
-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 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"