diff --git a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf index 4522d7f611..3daeb2ee42 100644 --- a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf +++ b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf @@ -28,7 +28,6 @@ PciDecoding.c Qemu.c QemuFwCfgAcpi.c - QemuLoader.h Xen.c [Packages] diff --git a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c index c07b84a213..621e69410d 100644 --- a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c +++ b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c @@ -9,6 +9,7 @@ **/ #include +#include #include #include #include @@ -18,7 +19,6 @@ #include #include "AcpiPlatform.h" -#include "QemuLoader.h" // // The user structure for the ordered collection that will track the fw_cfg diff --git a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf index cc24f35bd8..48c8269a8b 100644 --- a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf +++ b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf @@ -27,7 +27,6 @@ PciDecoding.c QemuFwCfgAcpi.c QemuFwCfgAcpiPlatform.c - QemuLoader.h [Packages] MdeModulePkg/MdeModulePkg.dec diff --git a/OvmfPkg/AcpiPlatformDxe/QemuLoader.h b/OvmfPkg/Include/IndustryStandard/QemuLoader.h similarity index 100% rename from OvmfPkg/AcpiPlatformDxe/QemuLoader.h rename to OvmfPkg/Include/IndustryStandard/QemuLoader.h