summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h')
-rw-r--r--IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h b/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h
index df30a9d69e..d43918d2c3 100644
--- a/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h
+++ b/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/IncompatiblePciDeviceList.h
@@ -16,9 +16,15 @@ Intel Corporation.
#define _EFI_INCOMPATIBLE_PCI_DEVICE_LIST_H
//
-// Include common header file for this module.
+// The package level header files this module uses
//
-#include "CommonHeader.h"
+#include <PiDxe.h>
+//
+// The Library classes this module consumes
+//
+#include <Library/PciIncompatibleDeviceSupportLib.h>
+#include <Library/MemoryAllocationLib.h>
+#include <Library/DebugLib.h>
#include <IndustryStandard/pci22.h>
#include <IndustryStandard/Acpi.h>