diff options
Diffstat (limited to 'bt-host.c')
-rw-r--r-- | bt-host.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -18,9 +18,8 @@ */ #include "qemu-common.h" -#include "qemu-char.h" -#include "net.h" -#include "bt-host.h" +#include "bt/bt.h" +#include "qemu/main-loop.h" #ifndef _WIN32 # include <errno.h> |