From 2e9b08e59e241fe0119463fc5192e15a6403eded Mon Sep 17 00:00:00 2001 From: balrog Date: Tue, 30 Sep 2008 23:31:35 +0000 Subject: Disable bluetooth proxy compilation on win32. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5365 c046a42c-6fe2-441c-8c8c-71466251a162 --- bt-vhci.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bt-vhci.c') diff --git a/bt-vhci.c b/bt-vhci.c index 146939313d..4fa1db45e7 100644 --- a/bt-vhci.c +++ b/bt-vhci.c @@ -25,9 +25,7 @@ #include "net.h" #include "hw/bt.h" -#include - -#define VHCI_DEV "/dev/vhci" +#define VHCI_DEV "/dev/vhci" #define VHCI_UDEV "/dev/hci_vhci" struct bt_vhci_s { -- cgit v1.2.1