diff options
Diffstat (limited to 'IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c')
-rw-r--r-- | IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c b/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c index 1c1ead22ee..4bacdd1774 100644 --- a/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c +++ b/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c @@ -13,17 +13,11 @@ **/
-//
-// The package level header files this module uses
-//
+
#include <FrameworkPei.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/StatusCodeDataTypeId.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DebugLib.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
|