From 090f7ac5ba433ef9de7004b8e8304d06bd9ffd7d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 24 Oct 2012 09:36:16 +0200 Subject: net: move Bluetooth stuff out of net.h Signed-off-by: Paolo Bonzini --- bt-vhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bt-vhci.c') diff --git a/bt-vhci.c b/bt-vhci.c index 6fecb66..13c0e53 100644 --- a/bt-vhci.c +++ b/bt-vhci.c @@ -18,7 +18,7 @@ */ #include "qemu-common.h" -#include "net.h" +#include "bt-host.h" #include "hw/bt.h" #include "main-loop.h" -- cgit v1.1