X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/077805fa92b9089137c6b6b196d449ee05cc342f..b396733df3554688c58678f454c34d5c07dd5ca2:/bt-vhci.c diff --git a/bt-vhci.c b/bt-vhci.c index 878460aeb5..9d277c32bf 100644 --- a/bt-vhci.c +++ b/bt-vhci.c @@ -17,11 +17,11 @@ * with this program; if not, see . */ +#include "qemu/osdep.h" #include "qemu-common.h" -#include "qemu-char.h" -#include "net.h" +#include "sysemu/bt.h" #include "hw/bt.h" -#include "main-loop.h" +#include "qemu/main-loop.h" #define VHCI_DEV "/dev/vhci" #define VHCI_UDEV "/dev/hci_vhci"