summaryrefslogtreecommitdiffstats
path: root/hw/scsi
diff options
context:
space:
mode:
authorMichael S. Tsirkin2018-05-03 21:50:37 +0200
committerMichael S. Tsirkin2018-06-01 18:20:37 +0200
commitdbff516dc96c9e4c3ca1ac1826377af88c7b7f1d (patch)
tree86e5c058a6fb528be2bf1627ea1f625e69cad5a8 /hw/scsi
parentppc: use local path for local headers (diff)
downloadqemu-dbff516dc96c9e4c3ca1ac1826377af88c7b7f1d.tar.gz
qemu-dbff516dc96c9e4c3ca1ac1826377af88c7b7f1d.tar.xz
qemu-dbff516dc96c9e4c3ca1ac1826377af88c7b7f1d.zip
vhost-scsi: drop an unused include
No reason for vhost-scsi to pull in migration headers directly. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/scsi')
-rw-r--r--hw/scsi/vhost-scsi-common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/scsi/vhost-scsi-common.c b/hw/scsi/vhost-scsi-common.c
index 77e9897244..e2a5828af1 100644
--- a/hw/scsi/vhost-scsi-common.c
+++ b/hw/scsi/vhost-scsi-common.c
@@ -17,7 +17,6 @@
#include "qemu/osdep.h"
#include "qemu/error-report.h"
-#include "migration/migration.h"
#include "hw/virtio/vhost.h"
#include "hw/virtio/vhost-scsi-common.h"
#include "hw/virtio/virtio-scsi.h"