From patchwork Thu Jun 10 09:42:15 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [01/17] vl.c: Remove double include of netinet/in.h for Solaris Date: Wed, 09 Jun 2010 23:42:15 -0000 From: Jes Sorensen X-Patchwork-Id: 55173 Message-Id: <1276162951-842-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 Signed-off-by: Jes Sorensen Acked-by: Andreas Faerber Acked-by: Juan Quintela Acked-by: Richard Henderson --- vl.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/vl.c b/vl.c index 6d08ec8..55fc527 100644 --- a/vl.c +++ b/vl.c @@ -70,7 +70,6 @@ #include #include #include -#include #include #include #include // must come after ip.h