mirror of https://github.com/acidanthera/audk.git
Remove the redundant include header: Common/StatusCode.h for Terminal modules.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1799 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d2f9b39f43
commit
ef3f0f3a3f
|
@ -19,11 +19,8 @@ Abstract:
|
|||
Revision History
|
||||
--*/
|
||||
|
||||
|
||||
#include <Common/StatusCode.h>
|
||||
#include "Terminal.h"
|
||||
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
TerminalConInReset (
|
||||
|
|
|
@ -19,9 +19,7 @@ Abstract:
|
|||
Revision History
|
||||
--*/
|
||||
|
||||
|
||||
#include "Terminal.h"
|
||||
#include <Common/StatusCode.h>
|
||||
|
||||
//
|
||||
// This list is used to define the valid extend chars.
|
||||
|
|
Loading…
Reference in New Issue