diff options
author | Philippe Mathieu-Daudé | 2020-02-28 12:46:33 +0100 |
---|---|---|
committer | Laurent Vivier | 2020-03-09 15:59:31 +0100 |
commit | a1c4a3de2ecbd89b3643da51a59f3d80a0c0e73f (patch) | |
tree | 98b8e83929d0672f8c66cc3b12c49c7176233675 /include/hw | |
parent | vl: Add missing "hw/boards.h" include (diff) | |
download | qemu-a1c4a3de2ecbd89b3643da51a59f3d80a0c0e73f.tar.gz qemu-a1c4a3de2ecbd89b3643da51a59f3d80a0c0e73f.tar.xz qemu-a1c4a3de2ecbd89b3643da51a59f3d80a0c0e73f.zip |
hw/southbridge/ich9: Removed unused headers
The ICH9 chipset is not X86/PC specific.
These files don't use anything declared by the "hw/i386/pc.h"
or "hw/i386/ioapic.h" headers. Remove them.
Reviewed-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-3-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/i386/ich9.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/i386/ich9.h b/include/hw/i386/ich9.h index 72e803f6e2..a98d10b252 100644 --- a/include/hw/i386/ich9.h +++ b/include/hw/i386/ich9.h @@ -5,7 +5,6 @@ #include "hw/sysbus.h" #include "hw/i386/pc.h" #include "hw/isa/apm.h" -#include "hw/i386/ioapic.h" #include "hw/pci/pci.h" #include "hw/pci/pcie_host.h" #include "hw/pci/pci_bridge.h" |