]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bt-vhci.c
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into...
[mirror_qemu.git] / bt-vhci.c
index 878460aeb59c30719b54e8172cac44ee1349d376..886e146743c5e3564fd2d20728a4b03250f91863 100644 (file)
--- a/bt-vhci.c
+++ b/bt-vhci.c
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "qemu-common.h"
-#include "qemu-char.h"
-#include "net.h"
+#include "qemu/osdep.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"