aboutsummaryrefslogtreecommitdiffstats
path: root/hw/xen_nic.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-06-02 09:05:24 +0200
committerBlue Swirl <blauwirbel@gmail.com>2009-06-06 18:48:50 +0300
commit6379840fc80f6a529aa8c3cc7aeae047a4c62699 (patch)
tree87a5055d48bb33aacb9eff0a5465dddbaaa13147 /hw/xen_nic.c
parenteff442662d953da980891bc028b944f118c511f2 (diff)
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>
Diffstat (limited to 'hw/xen_nic.c')
-rw-r--r--hw/xen_nic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xen_nic.c b/hw/xen_nic.c
index 2364e823d..048d86568 100644
--- a/hw/xen_nic.c
+++ b/hw/xen_nic.c
@@ -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>