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