bdev: Remove unecessary include from bdev.h

Change-Id: Ie8bfe32edd10f2e85bf1bc5e694853a7d6624310
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Ben Walker 2016-08-19 12:31:02 -07:00 committed by Daniel Verkamp
parent 0ea0a4e646
commit b6e94ef17c
2 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,6 @@
#define SPDK_BDEV_H_
#include <inttypes.h>
#include <unistd.h>
#include <stddef.h> /* for offsetof */
#include <sys/uio.h> /* for struct iovec */
#include <stdbool.h>

View File

@ -36,6 +36,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <unistd.h>
#include <rte_config.h>
#include <rte_eal.h>