From: Michael S. Tsirkin Date: Thu, 3 May 2018 19:50:37 +0000 (+0300) Subject: vhost-scsi: drop an unused include X-Git-Tag: v3.0.0-rc0~116^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbff516dc96c9e4c3ca1ac1826377af88c7b7f1d;p=thirdparty%2Fqemu.git vhost-scsi: drop an unused include No reason for vhost-scsi to pull in migration headers directly. Signed-off-by: Michael S. Tsirkin Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé --- diff --git a/hw/scsi/vhost-scsi-common.c b/hw/scsi/vhost-scsi-common.c index 77e98972447..e2a5828af13 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"