X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FPeimEntryPoint%2FPeimEntryPoint.c;h=a7faf2b5f4dd28c34e8ea0a56fed8149ad3e17ac;hb=95b63a24be2f3aa7c70d078cfc87e55cb34ad8ef;hp=f80d4c2c88cebad09df7d39ca196e28dbb5dd11c;hpb=738ec5655985bd75d2eb15cc161a77b46f4abeac;p=mirror_edk2.git diff --git a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c index f80d4c2c88..a7faf2b5f4 100644 --- a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c +++ b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c @@ -14,9 +14,17 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ // -// Include common header file for this module. +// The package level header files this module uses // -#include "CommonHeader.h" +#include +// +// The protocols, PPI and GUID defintions for this module +// +// +// The Library classes this module consumes +// +#include +#include /** Image entry point of Peim.