From 3501062e53667383f017ce47dc9cf42ea45505c5 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 16 Oct 2017 14:50:19 -0700 Subject: [PATCH] bdev/virtio: clean up unused/duplicate #includes Change-Id: Ia0dcddd29f75938cad6e7bfe23ab64909ecc1669 Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/382733 Tested-by: SPDK Automated Test System Reviewed-by: Changpeng Liu Reviewed-by: Dariusz Stojaczyk Reviewed-by: Jim Harris --- lib/bdev/virtio/bdev_virtio.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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