From 8d095e78c605eaa832db489879bb8b522ef31dd4 Mon Sep 17 00:00:00 2001 From: jljusten Date: Fri, 17 Sep 2010 20:08:20 +0000 Subject: ShellPkg: Fix path issues for Linux build support git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10887 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/Shell/ConsoleLogger.h | 8 ++++---- ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h | 1 - ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h | 2 +- ShellPkg/ShellPkg.dsc | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) (limited to 'ShellPkg') diff --git a/ShellPkg/Application/Shell/ConsoleLogger.h b/ShellPkg/Application/Shell/ConsoleLogger.h index 847c64c8ab..f7c5f6a7a2 100644 --- a/ShellPkg/Application/Shell/ConsoleLogger.h +++ b/ShellPkg/Application/Shell/ConsoleLogger.h @@ -20,10 +20,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include #include #include diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h index 479c12d351..3cf9320c11 100644 --- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h +++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h @@ -52,7 +52,6 @@ #include #include #include -#include #include #include #include diff --git a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h index bcf9bc3da4..6327ae54c5 100644 --- a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h +++ b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index 0533e8d4d9..0917a5ca62 100644 --- a/ShellPkg/ShellPkg.dsc +++ b/ShellPkg/ShellPkg.dsc @@ -56,7 +56,7 @@ ShellPkg/Application/Shell/Shell.inf { - DebugLib|MdePkg\Library\UefiDebugLibConOut\UefiDebugLibConOut.inf + DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf -- cgit v1.2.3