Commit b6e94ef1 authored by Ben Walker's avatar Ben Walker Committed by Daniel Verkamp
Browse files

bdev: Remove unecessary include from bdev.h



Change-Id: Ie8bfe32edd10f2e85bf1bc5e694853a7d6624310
Signed-off-by: default avatarBen Walker <benjamin.walker@intel.com>
parent 0ea0a4e6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <unistd.h>

#include <rte_config.h>
#include <rte_eal.h>