diff options
author | BALATON Zoltan | 2020-03-17 16:05:37 +0100 |
---|---|---|
committer | John Snow | 2020-03-17 17:22:36 +0100 |
commit | 7d0776ca7f853d466b6174d96daa5c8afc43d1a4 (patch) | |
tree | 1a9b470b1c985f03823a89cddb528a56fb821056 /hw/ppc/mac_oldworld.c | |
parent | hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.h (diff) | |
download | qemu-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/mac_oldworld.c')
-rw-r--r-- | hw/ppc/mac_oldworld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/mac_oldworld.c b/hw/ppc/mac_oldworld.c index 440c406eb4..2d419d82fa 100644 --- a/hw/ppc/mac_oldworld.c +++ b/hw/ppc/mac_oldworld.c @@ -41,7 +41,6 @@ #include "hw/nvram/fw_cfg.h" #include "hw/char/escc.h" #include "hw/misc/macio/macio.h" -#include "hw/ide.h" #include "hw/loader.h" #include "hw/fw-path-provider.h" #include "elf.h" |