diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-17 18:20:05 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:32:46 +0100 |
commit | 927d4878b0ff319ed87fed9363f314613b0a5ed9 (patch) | |
tree | 8be632ec8e42f4cff1aea13be62b2ac94ddaaa96 /hw/bt-hci-csr.c | |
parent | 9c17d615a66ebd655871bf891ec0fe901ad8b332 (diff) | |
download | qemu-927d4878b0ff319ed87fed9363f314613b0a5ed9.tar.gz qemu-927d4878b0ff319ed87fed9363f314613b0a5ed9.tar.bz2 qemu-927d4878b0ff319ed87fed9363f314613b0a5ed9.zip |
softmmu: move remaining include files to include/ subdirectories
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/bt-hci-csr.c')
-rw-r--r-- | hw/bt-hci-csr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bt-hci-csr.c b/hw/bt-hci-csr.c index e1dcb6d099..2070bb940c 100644 --- a/hw/bt-hci-csr.c +++ b/hw/bt-hci-csr.c @@ -19,10 +19,10 @@ */ #include "qemu-common.h" -#include "qemu-char.h" +#include "char/char.h" #include "qemu/timer.h" #include "irq.h" -#include "bt-host.h" +#include "bt/bt.h" #include "bt.h" struct csrhci_s { |