From: Michael S. Tsirkin Date: Thu, 3 May 2018 19:50:32 +0000 (+0300) Subject: ioapic: fix up includes X-Git-Tag: qemu-xen-4.12.0-rc1~194^2~15 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=455e17a1b85fbc3d8c7208b5bc9a742d8508b324;p=qemu-xen.git ioapic: fix up includes include files shouldn't have the "include/" part, that is implied. Also, drop an unused include. Signed-off-by: Michael S. Tsirkin Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé --- diff --git a/hw/intc/ioapic.c b/hw/intc/ioapic.c index 36139a4db6..c45f073271 100644 --- a/hw/intc/ioapic.c +++ b/hw/intc/ioapic.c @@ -28,9 +28,8 @@ #include "hw/i386/apic.h" #include "hw/i386/ioapic.h" #include "hw/i386/ioapic_internal.h" -#include "include/hw/pci/msi.h" +#include "hw/pci/msi.h" #include "sysemu/kvm.h" -#include "target/i386/cpu.h" #include "hw/i386/apic-msidef.h" #include "hw/i386/x86-iommu.h" #include "trace.h"