From: Philippe Mathieu-Daudé Date: Fri, 28 Feb 2020 11:46:34 +0000 (+0100) Subject: hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" header X-Git-Tag: qemu-xen-4.14.0~101^2~23 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1b5c0b5dc642927116be2f52f88be2ccf3474d9e;p=qemu-xen.git hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" header The "ioapic_internal.h" does not use anything from "hw/i386/ioapic.h", remove it. Acked-by: John Snow Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20200228114649.12818-4-philmd@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/include/hw/i386/ioapic_internal.h b/include/hw/i386/ioapic_internal.h index d46c87c510..fe06938bda 100644 --- a/include/hw/i386/ioapic_internal.h +++ b/include/hw/i386/ioapic_internal.h @@ -23,7 +23,6 @@ #define QEMU_IOAPIC_INTERNAL_H #include "exec/memory.h" -#include "hw/i386/ioapic.h" #include "hw/sysbus.h" #include "qemu/notify.h"