diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-10 12:47:21 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-10 12:47:21 +0000 |
commit | 3a51df1380339536ac7dfc2538c78d8d952497e1 (patch) | |
tree | f4a249064129f8848355ae699d292ff76842a27d /EdkCompatibilityPkg/Compatibility | |
parent | a9d853203d836fcfca399660fdb0c17e3d1f4052 (diff) | |
download | edk2-platforms-3a51df1380339536ac7dfc2538c78d8d952497e1.tar.xz |
Remove the unused include.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6441 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Compatibility')
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParserExpression.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParserExpression.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParserExpression.c index 236bf5178b..9d2cab5595 100644 --- a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParserExpression.c +++ b/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParserExpression.c @@ -29,7 +29,6 @@ Abstract: #include <Protocol/UnicodeCollation.h>
#include "UefiIfrParser.h"
-#include "UefiIfrParserExpressionInternal.h"
//
// Global stack used to evaluate boolean expresions
|