diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/LShiftU64.c')
-rw-r--r-- | MdePkg/Library/BaseLib/LShiftU64.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseLib/LShiftU64.c b/MdePkg/Library/BaseLib/LShiftU64.c index 9686c2aa98..110e93c78e 100644 --- a/MdePkg/Library/BaseLib/LShiftU64.c +++ b/MdePkg/Library/BaseLib/LShiftU64.c @@ -12,9 +12,7 @@ **/
-//
-// Include common header file for this module.
-//
+
#include "BaseLibInternals.h"
|