diff options
Diffstat (limited to 'MdePkg/Library/PeiDxePostCodeLibReportStatusCode')
-rw-r--r-- | MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c b/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c index fb0de3f6bf..3d5901548b 100644 --- a/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c +++ b/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c @@ -12,13 +12,9 @@ **/
-//
-// The package level header files this module uses
-//
+
#include <PiPei.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/PostCodeLib.h>
#include <Library/ReportStatusCodeLib.h>
#include <Library/PcdLib.h>
|