Merge pull request #14650 from optimistyzy/420_1

NVMEDevice: remove unnessary dpdk header file

Reviewed-by: Haomai Wang <haomai@xsky.com>
This commit is contained in:
Haomai Wang 2017-04-20 14:29:10 +08:00 committed by GitHub
commit 69904747ce

View File

@ -30,10 +30,6 @@
#include <spdk/nvme.h>
#include <rte_config.h>
#include <rte_cycles.h>
#include <rte_mempool.h>
#include <rte_malloc.h>
#include <rte_lcore.h>
#include "include/stringify.h"