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