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
This commit is contained in:
@@ -20,7 +20,7 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#include "..\RuntimeLibInternal.h"
|
||||
#include "../RuntimeLibInternal.h"
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
|
@@ -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.
|
||||
|
@@ -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"
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user