diff --git a/lib/bdev/virtio/bdev_virtio.c b/lib/bdev/virtio/bdev_virtio.c index 09cb8b323..fc3ddb90c 100644 --- a/lib/bdev/virtio/bdev_virtio.c +++ b/lib/bdev/virtio/bdev_virtio.c @@ -35,27 +35,21 @@ #include "spdk/bdev.h" #include "spdk/conf.h" +#include "spdk/endian.h" #include "spdk/env.h" #include "spdk/io_channel.h" -#include "spdk/string.h" -#include "spdk/endian.h" -#include "spdk/stdinc.h" -#include "spdk/util.h" #include "spdk/scsi_spec.h" +#include "spdk/string.h" +#include "spdk/util.h" #include "spdk_internal/bdev.h" #include "spdk_internal/log.h" -#include -#include - #include #include #include -#include "spdk/scsi_spec.h" - #define BDEV_VIRTIO_MAX_TARGET 64 #define BDEV_VIRTIO_SCAN_PAYLOAD_SIZE 256