summaryrefslogtreecommitdiffstats
path: root/bt-vhci.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-10-24 09:36:16 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-19 08:29:59 +0100
commit090f7ac5ba433ef9de7004b8e8304d06bd9ffd7d (patch)
tree01de9337ffbbabe1dc0429819b88ca3b8718675d /bt-vhci.c
parentf8fe796407d8b340def61a6b57991e47aee3cfc4 (diff)
downloadhqemu-090f7ac5ba433ef9de7004b8e8304d06bd9ffd7d.zip
hqemu-090f7ac5ba433ef9de7004b8e8304d06bd9ffd7d.tar.gz
net: move Bluetooth stuff out of net.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'bt-vhci.c')
-rw-r--r--bt-vhci.c2
1 files changed, 1 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud