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