aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-02-28 12:46:34 +0100
committerLaurent Vivier <laurent@vivier.eu>2020-03-09 15:59:31 +0100
commit1b5c0b5dc642927116be2f52f88be2ccf3474d9e (patch)
tree8918987f17ef7ea0cc77fa63f6456a123f557b96 /include/hw/i386
parenta1c4a3de2ecbd89b3643da51a59f3d80a0c0e73f (diff)
downloadqemu-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.h1
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"