[Qemu-devel] [PULL 22/53] hw/ide: Remove unused include

Paolo Bonzini posted 53 patches 7 years, 8 months ago
Only 39 patches received!
There is a newer version of this series
[Qemu-devel] [PULL 22/53] hw/ide: Remove unused include
Posted by Paolo Bonzini 7 years, 8 months ago
From: Philippe Mathieu-Daudé <f4bug@amsat.org>

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>
---
 hw/ide/core.c | 1 -
 1 file changed, 1 deletion(-)

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"
-- 
2.17.0