]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxePcdLib/DxePcdLib.c
Deleted unneeded file
[mirror_edk2.git] / MdePkg / Library / DxePcdLib / DxePcdLib.c
index 7f502b4253baa91a74542ff3d610ef5c5f8c36a4..b05c6550c81663071d7b86193c483e2e15fb7607 100644 (file)
@@ -15,6 +15,22 @@ Module Name: DxePcdLib.c
 \r
 **/\r
 \r
+//\r
+// The package level header files this module uses\r
+//\r
+#include <PiDxe.h>\r
+//\r
+// The protocols, PPI and GUID defintions for this module\r
+//\r
+#include <Protocol/Pcd.h>\r
+//\r
+// The Library classes this module consumes\r
+//\r
+#include <Library/PcdLib.h>\r
+#include <Library/DebugLib.h>\r
+#include <Library/UefiBootServicesTableLib.h>\r
+#include <Library/BaseMemoryLib.h>\r
+\r
 static PCD_PROTOCOL  *mPcd;\r
 \r
 /**\r