summaryrefslogtreecommitdiffstats
path: root/hw/arm/omap2.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2018-05-29 01:27:10 +0200
committerPaolo Bonzini2018-06-01 14:15:10 +0200
commit0304f9ec9c5fddd2bd3d830d5c4dbe0d54006aa5 (patch)
tree7eacb63430bb8c78261edfdedc412c6cb5457778 /hw/arm/omap2.c
parenthw: Do not include "exec/address-spaces.h" if it is not necessary (diff)
downloadqemu-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/arm/omap2.c')
-rw-r--r--hw/arm/omap2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/omap2.c b/hw/arm/omap2.c
index b8d0910a1f..cc4250b7da 100644
--- a/hw/arm/omap2.c
+++ b/hw/arm/omap2.c
@@ -23,7 +23,6 @@
#include "qapi/error.h"
#include "qemu-common.h"
#include "cpu.h"
-#include "sysemu/block-backend.h"
#include "sysemu/blockdev.h"
#include "sysemu/qtest.h"
#include "hw/boards.h"