diff options
Diffstat (limited to 'MdePkg/Library/PeiHobLib')
-rw-r--r-- | MdePkg/Library/PeiHobLib/HobLib.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/MdePkg/Library/PeiHobLib/HobLib.c b/MdePkg/Library/PeiHobLib/HobLib.c index 31389ad28b..710e112dee 100644 --- a/MdePkg/Library/PeiHobLib/HobLib.c +++ b/MdePkg/Library/PeiHobLib/HobLib.c @@ -12,17 +12,11 @@ **/
-//
-// The package level header files this module uses
-//
+
#include <PiPei.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Guid/MemoryAllocationHob.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/HobLib.h>
#include <Library/DebugLib.h>
#include <Library/PeiServicesLib.h>
|