bdev: Remove unecessary include from bdev.h
Change-Id: Ie8bfe32edd10f2e85bf1bc5e694853a7d6624310 Signed-off-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
0ea0a4e646
commit
b6e94ef17c
@ -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>
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
#include <rte_eal.h>
|
||||
|
Loading…
Reference in New Issue
Block a user