xen: net backend doesn't need linux headers.
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 2 Jun 2009 07:05:24 +0000 (09:05 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 6 Jun 2009 15:48:50 +0000 (18:48 +0300)
Drop them to make qemu build on OpenSolaris.

Cc: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>

hw/xen_nic.c

index 2364e82..048d865 100644 (file)
@@ -33,8 +33,6 @@
 #include <sys/stat.h>
 #include <sys/mman.h>
 #include <sys/wait.h>
-#include <linux/if.h>
-#include <linux/if_tun.h>
 
 #include <xs.h>
 #include <xenctrl.h>