From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N10nR-0007A7-Kz for qemu-devel@nongnu.org; Thu, 22 Oct 2009 12:45:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N10nL-0006z3-42 for qemu-devel@nongnu.org; Thu, 22 Oct 2009 12:45:51 -0400 Received: from [199.232.76.173] (port=47948 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N10nK-0006yQ-PW for qemu-devel@nongnu.org; Thu, 22 Oct 2009 12:45:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13829) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N10nJ-0003FO-3U for qemu-devel@nongnu.org; Thu, 22 Oct 2009 12:45:45 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9MGjhxr008267 for ; Thu, 22 Oct 2009 12:45:43 -0400 From: Mark McLoughlin Date: Thu, 22 Oct 2009 17:43:32 +0100 Message-Id: <1256229830-28066-2-git-send-email-markmc@redhat.com> In-Reply-To: <1256229830-28066-1-git-send-email-markmc@redhat.com> References: <1256229830-28066-1-git-send-email-markmc@redhat.com> Subject: [Qemu-devel] [PATCH 01/19] net: remove unused includes of if_tun.h and if_tap.h List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Mark McLoughlin Looks like these are just artifacts of vl.c being split up. Signed-off-by: Mark McLoughlin --- qemu-char.c | 6 ------ savevm.c | 6 ------ vl.c | 6 ------ 3 files changed, 0 insertions(+), 18 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index 0fd402c..1625703 100644 --- a/qemu-char.c +++ b/qemu-char.c @@ -51,12 +51,6 @@ #include #include #include -#ifdef __NetBSD__ -#include -#endif -#ifdef __linux__ -#include -#endif #include #include #include diff --git a/savevm.c b/savevm.c index 27a7686..99aa15a 100644 --- a/savevm.c +++ b/savevm.c @@ -42,12 +42,6 @@ #include #include #include -#if defined(__NetBSD__) -#include -#endif -#ifdef __linux__ -#include -#endif #include #include #include diff --git a/vl.c b/vl.c index eb2744e..7fa7bdc 100644 --- a/vl.c +++ b/vl.c @@ -44,12 +44,6 @@ #include #include #include -#if defined(__NetBSD__) -#include -#endif -#ifdef __linux__ -#include -#endif #include #include #include -- 1.6.2.5