diff options
Diffstat (limited to 'bt-vhci.c')
| -rw-r--r-- | bt-vhci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bt-vhci.c b/bt-vhci.c index bbc1029854..a6a7ab0329 100644 --- a/bt-vhci.c +++ b/bt-vhci.c @@ -18,9 +18,9 @@ */ #include "qemu-common.h" -#include "qemu-char.h" -#include "net.h" +#include "bt/bt.h" #include "hw/bt.h" +#include "qemu/main-loop.h" #define VHCI_DEV "/dev/vhci" #define VHCI_UDEV "/dev/hci_vhci" |