summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeCorePerformanceLib
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/DxeCorePerformanceLib')
-rw-r--r--MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c b/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c
index bc1a67e..62a0a55 100644
--- a/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c
+++ b/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c
@@ -19,18 +19,12 @@ Abstract:
--*/
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/Performance.h>
#include <Guid/PeiPerformanceHob.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/PerformanceLib.h>
#include <Library/DebugLib.h>
#include <Library/HobLib.h>