aboutsummaryrefslogtreecommitdiff
path: root/hw/isa/piix4.c
diff options
context:
space:
mode:
authorBALATON Zoltan <balaton@eik.bme.hu>2020-03-17 16:05:37 +0100
committerJohn Snow <jsnow@redhat.com>2020-03-17 12:22:36 -0400
commit7d0776ca7f853d466b6174d96daa5c8afc43d1a4 (patch)
tree1a9b470b1c985f03823a89cddb528a56fb821056 /hw/isa/piix4.c
parentd475fb1252faa8c284e62be5f55b2e932cbab2aa (diff)
downloadqemu-7d0776ca7f853d466b6174d96daa5c8afc43d1a4.zip
qemu-7d0776ca7f853d466b6174d96daa5c8afc43d1a4.tar.gz
qemu-7d0776ca7f853d466b6174d96daa5c8afc43d1a4.tar.bz2
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/isa/piix4.c')
-rw-r--r--hw/isa/piix4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/isa/piix4.c b/hw/isa/piix4.c
index cc3e5ce..9a10fb9 100644
--- a/hw/isa/piix4.c
+++ b/hw/isa/piix4.c
@@ -34,7 +34,6 @@
#include "hw/dma/i8257.h"
#include "hw/timer/i8254.h"
#include "hw/rtc/mc146818rtc.h"
-#include "hw/ide.h"
#include "hw/ide/pci.h"
#include "migration/vmstate.h"
#include "sysemu/reset.h"