diff options
Diffstat (limited to 'hw/pci/pcie.h')
-rw-r--r-- | hw/pci/pcie.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/pci/pcie.h b/hw/pci/pcie.h index 4889194..31604e2 100644 --- a/hw/pci/pcie.h +++ b/hw/pci/pcie.h @@ -21,10 +21,10 @@ #ifndef QEMU_PCIE_H #define QEMU_PCIE_H -#include "hw.h" -#include "pci_regs.h" -#include "pcie_regs.h" -#include "pcie_aer.h" +#include "hw/hw.h" +#include "hw/pci/pci_regs.h" +#include "hw/pci/pcie_regs.h" +#include "hw/pci/pcie_aer.h" typedef enum { /* for attention and power indicator */ |