diff options
Diffstat (limited to 'MdePkg/Library/PeimEntryPoint')
-rw-r--r-- | MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c index a7faf2b5f4..0b9bca3b87 100644 --- a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c +++ b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c @@ -13,16 +13,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-//
-// The package level header files this module uses
-//
+
#include <PiPei.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
-//
-// The Library classes this module consumes
-//
+
+
#include <Library/PeimEntryPoint.h>
#include <Library/DebugLib.h>
|