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