From 0406a5717b3b3760a7bf6b5cc1a5efe7aa7a76b1 Mon Sep 17 00:00:00 2001 From: jcarsey Date: Tue, 13 Nov 2012 22:39:09 +0000 Subject: ShellPkg: Clean up header file usage. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey Reviewed-by: Erik Bjorge git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13939 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/Shell/Shell.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ShellPkg/Application/Shell/Shell.h') diff --git a/ShellPkg/Application/Shell/Shell.h b/ShellPkg/Application/Shell/Shell.h index cf12e78a5d..da98fc1a56 100644 --- a/ShellPkg/Application/Shell/Shell.h +++ b/ShellPkg/Application/Shell/Shell.h @@ -19,6 +19,7 @@ #include #include +#include #include #include @@ -45,6 +46,7 @@ #include #include #include +#include #include "ShellParametersProtocol.h" #include "ShellProtocol.h" @@ -52,6 +54,7 @@ #include "ConsoleLogger.h" #include "ShellManParser.h" #include "ConsoleWrappers.h" +#include "FileHandleWrappers.h" typedef struct { LIST_ENTRY Link; ///< Standard linked list handler. -- cgit v1.2.3