summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxeMemoryLib
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/DxeMemoryLib')
-rw-r--r--MdePkg/Library/DxeMemoryLib/MemLibInternals.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/MdePkg/Library/DxeMemoryLib/MemLibInternals.h b/MdePkg/Library/DxeMemoryLib/MemLibInternals.h
index e633fe9ae4..51877359c0 100644
--- a/MdePkg/Library/DxeMemoryLib/MemLibInternals.h
+++ b/MdePkg/Library/DxeMemoryLib/MemLibInternals.h
@@ -24,16 +24,10 @@
#ifndef __MEM_LIB_INTERNALS__
#define __MEM_LIB_INTERNALS__
-//
-// The package level header files this module uses
-//
+
#include <Uefi.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
-//
-// The Library classes this module consumes
-//
+
+
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>