X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/7267c0947d7e8ae5dff7bafd932c3bc285f43e5c..bda39dc241b1c216158aa990936d08f0a1ad26e3:/bt-vhci.c diff --git a/bt-vhci.c b/bt-vhci.c index bbc1029854..e267c8ad15 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 "sysemu/bt.h" #include "hw/bt.h" +#include "qemu/main-loop.h" #define VHCI_DEV "/dev/vhci" #define VHCI_UDEV "/dev/hci_vhci"