diff options
Diffstat (limited to 'bt-host.c')
| -rw-r--r-- | bt-host.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bt-host.c b/bt-host.c index 0d3ad28e8c..2092754530 100644 --- a/bt-host.c +++ b/bt-host.c @@ -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> |