bdev/virtio: clean up unused/duplicate #includes

Change-Id: Ia0dcddd29f75938cad6e7bfe23ab64909ecc1669
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/382733
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Daniel Verkamp 2017-10-16 14:50:19 -07:00 committed by Jim Harris
parent bd273d4789
commit 3501062e53

View File

@ -35,27 +35,21 @@
#include "spdk/bdev.h" #include "spdk/bdev.h"
#include "spdk/conf.h" #include "spdk/conf.h"
#include "spdk/endian.h"
#include "spdk/env.h" #include "spdk/env.h"
#include "spdk/io_channel.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/scsi_spec.h"
#include "spdk/string.h"
#include "spdk/util.h"
#include "spdk_internal/bdev.h" #include "spdk_internal/bdev.h"
#include "spdk_internal/log.h" #include "spdk_internal/log.h"
#include <getopt.h>
#include <sys/param.h>
#include <linux/virtio_scsi.h> #include <linux/virtio_scsi.h>
#include <virtio_dev.h> #include <virtio_dev.h>
#include <virtio_user/virtio_user_dev.h> #include <virtio_user/virtio_user_dev.h>
#include "spdk/scsi_spec.h"
#define BDEV_VIRTIO_MAX_TARGET 64 #define BDEV_VIRTIO_MAX_TARGET 64
#define BDEV_VIRTIO_SCAN_PAYLOAD_SIZE 256 #define BDEV_VIRTIO_SCAN_PAYLOAD_SIZE 256