vhost/lib: remove dependency on DPDK vhost library

Since we keep a copy of DPDK vhost library, the header file don't
have dependency on DPDK vhost library.

Change-Id: I14d48e10227633547231e4f429e7375ffa76128d
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
Changpeng Liu 2017-05-03 15:35:11 +08:00 committed by Daniel Verkamp
parent 08e6f94226
commit 95d9ffc26a
2 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@
#include <rte_string_fns.h> #include <rte_string_fns.h>
#include <rte_memory.h> #include <rte_memory.h>
#include <rte_malloc.h> #include <rte_malloc.h>
#include <rte_virtio_net.h>
#include "vhost.h" #include "vhost.h"

View File

@ -39,7 +39,6 @@
#include <rte_memcpy.h> #include <rte_memcpy.h>
#include <rte_ether.h> #include <rte_ether.h>
#include <rte_ip.h> #include <rte_ip.h>
#include <rte_virtio_net.h>
#include <rte_tcp.h> #include <rte_tcp.h>
#include <rte_udp.h> #include <rte_udp.h>
#include <rte_sctp.h> #include <rte_sctp.h>