summaryrefslogtreecommitdiffstats
path: root/hw/arm/omap2.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2018-05-29 01:27:11 +0200
committerPaolo Bonzini2018-06-01 14:15:10 +0200
commit7dbaea42f101c7e47bf6cf3aed77ff903dfa2023 (patch)
tree1bccb6898384b40aa0d2dc8fbe8fdd245924fe20 /hw/arm/omap2.c
parenthw: Do not include "sysemu/block-backend.h" if it is not necessary (diff)
downloadqemu-7dbaea42f101c7e47bf6cf3aed77ff903dfa2023.tar.gz
qemu-7dbaea42f101c7e47bf6cf3aed77ff903dfa2023.tar.xz
qemu-7dbaea42f101c7e47bf6cf3aed77ff903dfa2023.zip
hw: Do not include "sysemu/blockdev.h" if it is not necessary
The header "hw/boards.h" already includes "sysemu/blockdev.h". Code change produced with: $ git grep '#include "sysemu/blockdev.h"' hw | \ cut -d: -f-1 | \ xargs fgrep -l '#include "hw/boards.h"' | \ xargs sed -i.bak '/#include "sysemu\/blockdev.h"/d' Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180528232719.4721-14-f4bug@amsat.org> Acked-by: Michael S. Tsirkin <mst@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 cc4250b7da..3c7d1364a9 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/blockdev.h"
#include "sysemu/qtest.h"
#include "hw/boards.h"
#include "hw/hw.h"