]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
vhost-scsi: drop an unused include
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 3 May 2018 19:50:37 +0000 (22:50 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 1 Jun 2018 16:20:37 +0000 (19:20 +0300)
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>
hw/scsi/vhost-scsi-common.c

index 77e98972447f6d608888c35a232b2caa20ebcc9c..e2a5828af1378489cbf1ae77712f9f6220954fd8 100644 (file)
@@ -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"