mirror of https://gitee.com/openkylin/qemu.git
hw/i386/intel_iommu: Remove unused includes
intel_iommu.h does not use any of these includes, remove them. 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-7-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
d797c30134
commit
2479300674
|
@ -22,11 +22,7 @@
|
|||
#ifndef INTEL_IOMMU_H
|
||||
#define INTEL_IOMMU_H
|
||||
|
||||
#include "sysemu/dma.h"
|
||||
#include "hw/i386/x86-iommu.h"
|
||||
#include "hw/i386/ioapic.h"
|
||||
#include "hw/pci/msi.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "qemu/iova-tree.h"
|
||||
|
||||
#define TYPE_INTEL_IOMMU_DEVICE "intel-iommu"
|
||||
|
|
Loading…
Reference in New Issue