summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c')
-rw-r--r--MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c
index fbfba26..ac2ce4e 100644
--- a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c
+++ b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c
@@ -19,17 +19,11 @@ 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>
-//
-// The Library classes this module consumes
-//
+
#include <Library/PerformanceLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>