From 7542a6b0d273ba4338028d39bc0e6e8cbfc68898 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Mon, 6 May 2013 13:29:36 +0300 Subject: [PATCH] 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(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index de9441a1b15..beee7f5787e 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -13,7 +13,7 @@ #include #include -#include +#include /* memcpy_fromiovec */ #include #include #include -- 2.43.2