diff options
Diffstat (limited to 'MdePkg/Library/BasePostCodeLibDebug/PostCode.c')
-rw-r--r-- | MdePkg/Library/BasePostCodeLibDebug/PostCode.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/MdePkg/Library/BasePostCodeLibDebug/PostCode.c b/MdePkg/Library/BasePostCodeLibDebug/PostCode.c index 7b5896f7b7..6b99d8986c 100644 --- a/MdePkg/Library/BasePostCodeLibDebug/PostCode.c +++ b/MdePkg/Library/BasePostCodeLibDebug/PostCode.c @@ -13,16 +13,10 @@ **/
-//
-// The package level header files this module uses
-//
+
#include <Base.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
-//
-// The Library classes this module consumes
-//
+
+
#include <Library/PostCodeLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
|