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