From 708f2ada7dccbc942fd5e188c4246be8a0c0394f Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Thu, 29 Jul 2010 07:50:14 +0900 Subject: Remove unused eventfd.h This header is not present on my system and causes a build failure, but is also not used in these files, so remove it. Signed-off-by: Mike McCormack Signed-off-by: Aurelien Jarno --- hw/vhost.c | 1 - hw/vhost_net.c | 1 - 2 files changed, 2 deletions(-) (limited to 'hw') diff --git a/hw/vhost.c b/hw/vhost.c index 65709d005..34c4745d8 100644 --- a/hw/vhost.c +++ b/hw/vhost.c @@ -11,7 +11,6 @@ */ #include -#include #include "vhost.h" #include "hw/hw.h" /* For range_get_last */ diff --git a/hw/vhost_net.c b/hw/vhost_net.c index 606aa0c1c..0c00de272 100644 --- a/hw/vhost_net.c +++ b/hw/vhost_net.c @@ -20,7 +20,6 @@ #ifdef CONFIG_VHOST_NET #include -#include #include #include #include -- cgit v1.2.3