diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-11-13 22:39:09 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-11-13 22:39:09 +0000 |
commit | 0406a5717b3b3760a7bf6b5cc1a5efe7aa7a76b1 (patch) | |
tree | 624ca1a8d388cd1b638f6b50488cda3e60e574e0 /ShellPkg/Application/Shell/ShellParametersProtocol.c | |
parent | 3f869579a47a0c48119e256a5309526f41092812 (diff) | |
download | edk2-platforms-0406a5717b3b3760a7bf6b5cc1a5efe7aa7a76b1.tar.xz |
ShellPkg: Clean up header file usage.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13939 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Application/Shell/ShellParametersProtocol.c')
-rw-r--r-- | ShellPkg/Application/Shell/ShellParametersProtocol.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ShellPkg/Application/Shell/ShellParametersProtocol.c b/ShellPkg/Application/Shell/ShellParametersProtocol.c index 9ce7e92605..a01a5c6a71 100644 --- a/ShellPkg/Application/Shell/ShellParametersProtocol.c +++ b/ShellPkg/Application/Shell/ShellParametersProtocol.c @@ -13,8 +13,7 @@ **/
-#include "ShellParametersProtocol.h"
-#include "ConsoleWrappers.h"
+#include "Shell.h"
/**
return the next parameter from a command line string;
|