diff options
author | Philippe Mathieu-Daudé | 2018-05-29 01:27:18 +0200 |
---|---|---|
committer | Paolo Bonzini | 2018-06-01 14:15:10 +0200 |
commit | ca473f23207eaf0ec7fab73ce642f914d73315dd (patch) | |
tree | 983764e88038380e9bc99fdc73c5243f2eb53dc0 /hw/ide/core.c | |
parent | hw/i386/pc: Remove unused include (diff) | |
download | qemu-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.c | 1 |
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" |