From patchwork Thu Jun 3 16:47:57 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [01/16] vl.c: Remove double include of netinet/in.h for Solaris Date: Thu, 03 Jun 2010 06:47:57 -0000 From: Jes Sorensen X-Patchwork-Id: 54494 Message-Id: <1275583692-11678-2-git-send-email-Jes.Sorensen@redhat.com> 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 the generic non win32 code. 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