summaryrefslogtreecommitdiffstats
path: root/hw/arm/omap2.c
diff options
context:
space:
mode:
authorThomas Huth2021-04-16 19:13:12 +0200
committerLaurent Vivier2021-05-02 17:24:51 +0200
commitead62c75f618c072a3a18221fd03ae99ae923cca (patch)
tree207336c79c2000f784c354b36514db80a6dc607f /hw/arm/omap2.c
parentDo not include sysemu/sysemu.h if it's not really necessary (diff)
downloadqemu-ead62c75f618c072a3a18221fd03ae99ae923cca.tar.gz
qemu-ead62c75f618c072a3a18221fd03ae99ae923cca.tar.xz
qemu-ead62c75f618c072a3a18221fd03ae99ae923cca.zip
Do not include hw/boards.h if it's not really necessary
Stop including hw/boards.h in files that don't need it. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210416171314.2074665-3-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
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 16d388fc79..02b1aa8c97 100644
--- a/hw/arm/omap2.c
+++ b/hw/arm/omap2.c
@@ -27,7 +27,6 @@
#include "sysemu/qtest.h"
#include "sysemu/reset.h"
#include "sysemu/runstate.h"
-#include "hw/boards.h"
#include "hw/irq.h"
#include "hw/qdev-properties.h"
#include "hw/arm/boot.h"