diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-21 01:56:00 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-21 01:56:00 +0000 |
commit | bca163ff11c38b5495f9b71f5dd3638e510f1890 (patch) | |
tree | 501aa4ed976fa386e00b2ee8b3d9959daab463a2 /ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h | |
parent | eca218a7cee77c255ee5992590e8e4bb1c20a662 (diff) | |
download | edk2-bca163ff11c38b5495f9b71f5dd3638e510f1890.tar.gz edk2-bca163ff11c38b5495f9b71f5dd3638e510f1890.tar.bz2 edk2-bca163ff11c38b5495f9b71f5dd3638e510f1890.zip |
Clean up the private GUID definition in module Level.
Signed-off-by: lgao4
Reviewed-by: jcarsey
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12394 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h index 7cabfe3278..bbc539126b 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h @@ -22,6 +22,7 @@ #include <Guid/ConsoleInDevice.h>
#include <Guid/ConsoleOutDevice.h>
#include <Guid/FileSystemInfo.h>
+#include <Guid/ShellLibHiiGuid.h>
#include <Protocol/EfiShell.h>
#include <Protocol/EfiShellParameters.h>
@@ -60,7 +61,6 @@ extern EFI_HANDLE gShellDebug1HiiHandle;
-extern CONST EFI_GUID gShellDebug1HiiGuid;
/**
Function printing hex output to the console.
|