summaryrefslogtreecommitdiffstats
path: root/hw/ide/core.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2018-05-29 01:27:18 +0200
committerPaolo Bonzini2018-06-01 14:15:10 +0200
commitca473f23207eaf0ec7fab73ce642f914d73315dd (patch)
tree983764e88038380e9bc99fdc73c5243f2eb53dc0 /hw/ide/core.c
parenthw/i386/pc: Remove unused include (diff)
downloadqemu-ca473f23207eaf0ec7fab73ce642f914d73315dd.tar.gz
qemu-ca473f23207eaf0ec7fab73ce642f914d73315dd.tar.xz
qemu-ca473f23207eaf0ec7fab73ce642f914d73315dd.zip
hw/ide: Remove unused include
There is no need to include pci.h in this file. (Continue f23c81073a cleanup). Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180528232719.4721-21-f4bug@amsat.org> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ide/core.c')
-rw-r--r--hw/ide/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/core.c b/hw/ide/core.c
index 866c659498..cc9ca28c33 100644
--- a/hw/ide/core.c
+++ b/hw/ide/core.c
@@ -25,7 +25,6 @@
#include "qemu/osdep.h"
#include "hw/hw.h"
-#include "hw/pci/pci.h"
#include "hw/isa/isa.h"
#include "qemu/error-report.h"
#include "qemu/timer.h"