diff options
Diffstat (limited to 'MdePkg/Library/BaseIoLibIntrinsic')
-rw-r--r-- | MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c | 4 | ||||
-rw-r--r-- | MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c b/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c index db94f0f47e..1377650042 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c +++ b/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c @@ -21,9 +21,7 @@ **/
-//
-// Include common header file for this module.
-//
+
#include "BaseIoLibIntrinsicInternal.h"
/**
diff --git a/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c b/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c index 43c3b79eee..7973d4f3d8 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c +++ b/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c @@ -20,9 +20,7 @@ **/
-//
-// Include common header file for this module.
-//
+
#include "BaseIoLibIntrinsicInternal.h"
//
|