Commit 6379840fc80f6a529aa8c3cc7aeae047a4c62699

Authored by Gerd Hoffmann
Committed by Blue Swirl
1 parent eff44266

xen: net backend doesn't need linux headers.

Drop them to make qemu build on OpenSolaris.

Cc: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Showing 1 changed file with 0 additions and 2 deletions
hw/xen_nic.c
@@ -33,8 +33,6 @@ @@ -33,8 +33,6 @@
33 #include <sys/stat.h> 33 #include <sys/stat.h>
34 #include <sys/mman.h> 34 #include <sys/mman.h>
35 #include <sys/wait.h> 35 #include <sys/wait.h>
36 -#include <linux/if.h>  
37 -#include <linux/if_tun.h>  
38 36
39 #include <xs.h> 37 #include <xs.h>
40 #include <xenctrl.h> 38 #include <xenctrl.h>