mirror of https://github.com/acidanthera/audk.git
Fix path separator to follow convention.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7630 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5e9d6caefd
commit
457112f9c6
|
@ -24,7 +24,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/DevicePathLib.h>
|
||||
#include <Guid\MdeModuleHii.h>
|
||||
#include <Guid/MdeModuleHii.h>
|
||||
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue