From 81c56b8d1a6b6c51d6ec68eea2cb3a7055ba8611 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Wed, 3 Dec 2008 13:50:50 +0000 Subject: Unix GCC cleanup: File name is case sensitive. Foward slash is used. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6819 6f19259b-4bc3-4df7-8a09-765794883524 --- .../EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Ipf/RuntimeService.c | 2 +- .../Library/EdkIIGlueLib/Library/UefiDevicePathLib/UefiDevicePathLib.c | 2 +- .../Foundation/Library/EdkIIGlueLib/Library/UefiLib/UefiLib.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'EdkCompatibilityPkg/Foundation/Library') diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Ipf/RuntimeService.c b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Ipf/RuntimeService.c index c92bf3f1f9..bc0f273484 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Ipf/RuntimeService.c +++ b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Ipf/RuntimeService.c @@ -20,7 +20,7 @@ Abstract: --*/ -#include "..\RuntimeLibInternal.h" +#include "../RuntimeLibInternal.h" VOID EFIAPI diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/UefiDevicePathLib.c b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/UefiDevicePathLib.c index d4174f337f..56d0bf24b4 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/UefiDevicePathLib.c +++ b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/UefiDevicePathLib.c @@ -28,7 +28,7 @@ Abstract: --*/ #include "EdkIIGlueUefi.h" -#include "Library\EdkIIGlueMemoryAllocationLib.h" +#include "Library/EdkIIGlueMemoryAllocationLib.h" /** Returns the size of a device path in bytes. diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/UefiLib.c b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/UefiLib.c index 0454dacf69..29861d0691 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/UefiLib.c +++ b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/UefiLib.c @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ #include "EdkIIGlueUefi.h" -#include "Library\EdkIIGlueMemoryAllocationLib.h" +#include "Library/EdkIIGlueMemoryAllocationLib.h" /** -- cgit v1.2.3