From 95d9ffc26a374ef53d95b8343df68130e1ba588e Mon Sep 17 00:00:00 2001 From: Changpeng Liu Date: Wed, 3 May 2017 15:35:11 +0800 Subject: [PATCH] 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 --- lib/vhost/rte_vhost/vhost.c | 1 - lib/vhost/rte_vhost/virtio_net.c | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/vhost/rte_vhost/vhost.c b/lib/vhost/rte_vhost/vhost.c index 5270410b6..ccb8c4f19 100644 --- a/lib/vhost/rte_vhost/vhost.c +++ b/lib/vhost/rte_vhost/vhost.c @@ -45,7 +45,6 @@ #include #include #include -#include #include "vhost.h" diff --git a/lib/vhost/rte_vhost/virtio_net.c b/lib/vhost/rte_vhost/virtio_net.c index e0df0b972..539606d9e 100644 --- a/lib/vhost/rte_vhost/virtio_net.c +++ b/lib/vhost/rte_vhost/virtio_net.c @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include