diff options
| author | Markus Armbruster <armbru@redhat.com> | 2022-12-22 11:03:24 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2023-01-08 01:54:22 -0500 |
| commit | 674b0a5784a5c0fc5d954b9f42fc1eb1a9648bf0 (patch) | |
| tree | ad8fac09c39f38e9f4a57c5bc664a548357379c9 /include/hw/pci-host/pnv_phb3.h | |
| parent | 9d94c21363537903a594a3f44d2cf7fa7d4b2ea7 (diff) | |
| download | focaccia-qemu-674b0a5784a5c0fc5d954b9f42fc1eb1a9648bf0.tar.gz focaccia-qemu-674b0a5784a5c0fc5d954b9f42fc1eb1a9648bf0.zip | |
include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h
hw/pci/pci_bridge.h and hw/cxl/cxl.h include each other. Fortunately, breaking the loop is merely a matter of deleting unnecessary includes from headers, and adding them back in places where they are now missing. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20221222100330.380143-2-armbru@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/pci-host/pnv_phb3.h')
| -rw-r--r-- | include/hw/pci-host/pnv_phb3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/pci-host/pnv_phb3.h b/include/hw/pci-host/pnv_phb3.h index 4854f6d2f6..f791ebda9b 100644 --- a/include/hw/pci-host/pnv_phb3.h +++ b/include/hw/pci-host/pnv_phb3.h @@ -10,8 +10,6 @@ #ifndef PCI_HOST_PNV_PHB3_H #define PCI_HOST_PNV_PHB3_H -#include "hw/pci/pcie_host.h" -#include "hw/pci/pcie_port.h" #include "hw/ppc/xics.h" #include "qom/object.h" #include "hw/pci-host/pnv_phb.h" |