diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-02-28 12:46:34 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-03-09 15:59:31 +0100 |
commit | 1b5c0b5dc642927116be2f52f88be2ccf3474d9e (patch) | |
tree | 8918987f17ef7ea0cc77fa63f6456a123f557b96 /include/hw/i386 | |
parent | a1c4a3de2ecbd89b3643da51a59f3d80a0c0e73f (diff) | |
download | qemu-1b5c0b5dc642927116be2f52f88be2ccf3474d9e.zip qemu-1b5c0b5dc642927116be2f52f88be2ccf3474d9e.tar.gz qemu-1b5c0b5dc642927116be2f52f88be2ccf3474d9e.tar.bz2 |
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/hw/i386')
-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 d46c87c..fe06938 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" |