diff options
author | Philippe Mathieu-Daudé | 2018-05-29 01:27:10 +0200 |
---|---|---|
committer | Paolo Bonzini | 2018-06-01 14:15:10 +0200 |
commit | 0304f9ec9c5fddd2bd3d830d5c4dbe0d54006aa5 (patch) | |
tree | 7eacb63430bb8c78261edfdedc412c6cb5457778 /hw/microblaze | |
parent | hw: Do not include "exec/address-spaces.h" if it is not necessary (diff) | |
download | qemu-0304f9ec9c5fddd2bd3d830d5c4dbe0d54006aa5.tar.gz qemu-0304f9ec9c5fddd2bd3d830d5c4dbe0d54006aa5.tar.xz qemu-0304f9ec9c5fddd2bd3d830d5c4dbe0d54006aa5.zip |
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Remove those unneeded includes to speed up the compilation
process a little bit. (Continue 7eceff5b5a1fa cleanup)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180528232719.4721-13-f4bug@amsat.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/microblaze')
-rw-r--r-- | hw/microblaze/petalogix_ml605_mmu.c | 1 | ||||
-rw-r--r-- | hw/microblaze/petalogix_s3adsp1800_mmu.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/microblaze/petalogix_ml605_mmu.c b/hw/microblaze/petalogix_ml605_mmu.c index cf6bf3f32a..6c4a544eac 100644 --- a/hw/microblaze/petalogix_ml605_mmu.c +++ b/hw/microblaze/petalogix_ml605_mmu.c @@ -36,7 +36,6 @@ #include "sysemu/sysemu.h" #include "hw/devices.h" #include "hw/boards.h" -#include "sysemu/block-backend.h" #include "hw/char/serial.h" #include "exec/address-spaces.h" #include "hw/ssi/ssi.h" diff --git a/hw/microblaze/petalogix_s3adsp1800_mmu.c b/hw/microblaze/petalogix_s3adsp1800_mmu.c index 1186002a76..0da3e62102 100644 --- a/hw/microblaze/petalogix_s3adsp1800_mmu.c +++ b/hw/microblaze/petalogix_s3adsp1800_mmu.c @@ -34,7 +34,6 @@ #include "sysemu/sysemu.h" #include "hw/devices.h" #include "hw/boards.h" -#include "sysemu/block-backend.h" #include "exec/address-spaces.h" #include "hw/char/xilinx_uartlite.h" |