From 7542a6b0d273ba4338028d39bc0e6e8cbfc68898 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Mon, 6 May 2013 13:29:36 +0300 Subject: vhost: drop virtio_net.h dependency There's no net specific code in vhost.c anymore, don't include the virtio_net.h header. Signed-off-by: Michael S. Tsirkin --- drivers/vhost/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/vhost/vhost.c') diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index de9441a1b158..beee7f5787e6 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -13,7 +13,7 @@ #include #include -#include +#include /* memcpy_fromiovec */ #include #include #include -- cgit v1.2.3-59-g8ed1b