diff options
author | Philippe Mathieu-Daudé | 2020-02-28 12:46:34 +0100 |
---|---|---|
committer | Laurent Vivier | 2020-03-09 15:59:31 +0100 |
commit | 1b5c0b5dc642927116be2f52f88be2ccf3474d9e (patch) | |
tree | 8918987f17ef7ea0cc77fa63f6456a123f557b96 /include | |
parent | hw/southbridge/ich9: Removed unused headers (diff) | |
download | qemu-1b5c0b5dc642927116be2f52f88be2ccf3474d9e.tar.gz qemu-1b5c0b5dc642927116be2f52f88be2ccf3474d9e.tar.xz qemu-1b5c0b5dc642927116be2f52f88be2ccf3474d9e.zip |
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 <jsnow@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200228114649.12818-4-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/i386/ioapic_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
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" |