summaryrefslogtreecommitdiffstats
path: root/hw/ppc/prep.c
diff options
context:
space:
mode:
authorBALATON Zoltan2020-03-17 16:05:37 +0100
committerJohn Snow2020-03-17 17:22:36 +0100
commit7d0776ca7f853d466b6174d96daa5c8afc43d1a4 (patch)
tree1a9b470b1c985f03823a89cddb528a56fb821056 /hw/ppc/prep.c
parenthw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.h (diff)
downloadqemu-7d0776ca7f853d466b6174d96daa5c8afc43d1a4.tar.gz
qemu-7d0776ca7f853d466b6174d96daa5c8afc43d1a4.tar.xz
qemu-7d0776ca7f853d466b6174d96daa5c8afc43d1a4.zip
hw/ide: Remove unneeded inclusion of hw/ide.h
After previous clean ups we can drop direct inclusion of hw/ide.h from several places. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-id: a3f72b663e537701c63cec5fc9cb8ed4f4249f28.1584457537.git.balaton@eik.bme.hu Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'hw/ppc/prep.c')
-rw-r--r--hw/ppc/prep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c
index 111cc80867..44be9d25a2 100644
--- a/hw/ppc/prep.c
+++ b/hw/ppc/prep.c
@@ -37,7 +37,6 @@
#include "hw/boards.h"
#include "qemu/error-report.h"
#include "qemu/log.h"
-#include "hw/ide.h"
#include "hw/irq.h"
#include "hw/loader.h"
#include "hw/rtc/mc146818rtc.h"