From: Philippe Mathieu-Daudé Date: Mon, 28 May 2018 23:27:18 +0000 (-0300) Subject: hw/ide: Remove unused include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ca473f23207eaf0ec7fab73ce642f914d73315dd;p=qemu.git 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é Message-Id: <20180528232719.4721-21-f4bug@amsat.org> Acked-by: Michael S. Tsirkin Signed-off-by: Paolo Bonzini --- 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"