diff options
Diffstat (limited to 'MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c')
-rw-r--r-- | MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c b/MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c index 7e6816a8af..bbcc06751e 100644 --- a/MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c +++ b/MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c @@ -21,13 +21,9 @@ **/
-//
-// The package level header files this module uses
-//
+
#include <PiPei.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/IoLib.h>
#include <Library/DebugLib.h>
#include <Library/BaseLib.h>
|