mirror of https://github.com/acidanthera/audk.git
Correct Include style to pass GCC build.
Signed-off-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12387 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
27e36f23bf
commit
89a90ae648
|
@ -17,8 +17,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#ifndef _EBC_SIMPLE_DEBUGGER_PROTOCOL_H_
|
||||
#define _EBC_SIMPLE_DEBUGGER_PROTOCOL_H_
|
||||
|
||||
#include <Protocol\DebugSupport.h>
|
||||
#include <Protocol\EbcVmTest.h>
|
||||
#include <Protocol/DebugSupport.h>
|
||||
#include <Protocol/EbcVmTest.h>
|
||||
|
||||
#define EFI_EBC_SIMPLE_DEBUGGER_PROTOCOL_GUID \
|
||||
{ \
|
||||
|
|
Loading…
Reference in New Issue