From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=32893 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeFdh-0007PO-RC for qemu-devel@nongnu.org; Wed, 28 Jul 2010 19:02:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OeFdf-00069N-To for qemu-devel@nongnu.org; Wed, 28 Jul 2010 19:02:17 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:62349) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeFdf-00069H-QR for qemu-devel@nongnu.org; Wed, 28 Jul 2010 19:02:15 -0400 Received: by vws19 with SMTP id 19so4878738vws.4 for ; Wed, 28 Jul 2010 16:02:14 -0700 (PDT) Sender: Mike McCormack Message-ID: <4C50B426.50706@ring3k.org> Date: Thu, 29 Jul 2010 07:50:14 +0900 From: Mike McCormack MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 1/1] Remove unused eventfd.h List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@gmail.com 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 --- hw/vhost.c | 1 - hw/vhost_net.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/vhost.c b/hw/vhost.c index 65709d0..34c4745 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 606aa0c..0c00de2 100644 --- a/hw/vhost_net.c +++ b/hw/vhost_net.c @@ -20,7 +20,6 @@ #ifdef CONFIG_VHOST_NET #include -#include #include #include #include -- 1.5.6.5