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
EdkModulePkg/Universal/Console/Terminal/Dxe
|
@ -19,11 +19,8 @@ Abstract:
|
||||||
Revision History
|
Revision History
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
|
|
||||||
#include <Common/StatusCode.h>
|
|
||||||
#include "Terminal.h"
|
#include "Terminal.h"
|
||||||
|
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
TerminalConInReset (
|
TerminalConInReset (
|
||||||
|
|
|
@ -19,9 +19,7 @@ Abstract:
|
||||||
Revision History
|
Revision History
|
||||||
--*/
|
--*/
|
||||||
|
|
||||||
|
|
||||||
#include "Terminal.h"
|
#include "Terminal.h"
|
||||||
#include <Common/StatusCode.h>
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// This list is used to define the valid extend chars.
|
// This list is used to define the valid extend chars.
|
||||||
|
|
Loading…
Reference in New Issue