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>
This commit is contained in:
Gerd Hoffmann 2009-06-02 09:05:24 +02:00 committed by Blue Swirl
parent eff442662d
commit 6379840fc8
1 changed files with 0 additions and 2 deletions

View 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>