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