aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/e500.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-04-16 19:13:12 +0200
committerLaurent Vivier <laurent@vivier.eu>2021-05-02 17:24:51 +0200
commitead62c75f618c072a3a18221fd03ae99ae923cca (patch)
tree207336c79c2000f784c354b36514db80a6dc607f /hw/ppc/e500.c
parent4c386f8064ca3241a61341b5c5d5a70bbab496ab (diff)
downloadqemu-ead62c75f618c072a3a18221fd03ae99ae923cca.zip
qemu-ead62c75f618c072a3a18221fd03ae99ae923cca.tar.gz
qemu-ead62c75f618c072a3a18221fd03ae99ae923cca.tar.bz2
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/ppc/e500.c')
-rw-r--r--hw/ppc/e500.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/e500.c b/hw/ppc/e500.c
index 79467ac..03b3bd3 100644
--- a/hw/ppc/e500.c
+++ b/hw/ppc/e500.c
@@ -25,7 +25,6 @@
#include "qemu/config-file.h"
#include "hw/char/serial.h"
#include "hw/pci/pci.h"
-#include "hw/boards.h"
#include "sysemu/sysemu.h"
#include "sysemu/kvm.h"
#include "sysemu/reset.h"