diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/DivU64x64Remainder.c')
-rw-r--r-- | MdePkg/Library/BaseLib/DivU64x64Remainder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/DivU64x64Remainder.c b/MdePkg/Library/BaseLib/DivU64x64Remainder.c index 49e80b4e11..acc2d48619 100644 --- a/MdePkg/Library/BaseLib/DivU64x64Remainder.c +++ b/MdePkg/Library/BaseLib/DivU64x64Remainder.c @@ -15,7 +15,7 @@ //
// Include common header file for this module.
//
-#include "CommonHeader.h"
+
#include "BaseLibInternals.h"
|