From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46358 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKZTC-0002nG-BR for qemu-devel@nongnu.org; Fri, 04 Jun 2010 12:10:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKZSV-0006hG-MK for qemu-devel@nongnu.org; Fri, 04 Jun 2010 12:09:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4358) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKZSV-0006hB-Dd for qemu-devel@nongnu.org; Fri, 04 Jun 2010 12:09:23 -0400 From: Jes.Sorensen@redhat.com Date: Fri, 4 Jun 2010 18:08:59 +0200 Message-Id: <1275667755-4821-2-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1275667755-4821-1-git-send-email-Jes.Sorensen@redhat.com> References: <1275667755-4821-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] [PATCH 01/17] vl.c: Remove double include of netinet/in.h for Solaris List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: Jes Sorensen , qemu-devel@nongnu.org From: Jes Sorensen vl.c: netinet/in.h is already included once above for in the generic POSIX section. Signed-off-by: Jes Sorensen --- vl.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/vl.c b/vl.c index 417554f..7c4298a 100644 --- a/vl.c +++ b/vl.c @@ -70,7 +70,6 @@ #include #include #include -#include #include #include #include // must come after ip.h -- 1.6.5.2