From 9b141c52e33fbbbc3763c983dd70a338d60e496a Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Fri, 9 Aug 2013 08:07:26 +0000 Subject: [PATCH] Check in the missing code. Signed-off-by: Eric Dong git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14538 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Protocol/DisplayProtocol.h | 2 +- MdeModulePkg/Include/Protocol/FormBrowserEx2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Include/Protocol/DisplayProtocol.h b/MdeModulePkg/Include/Protocol/DisplayProtocol.h index 3be85667d3..d4f0debf9c 100644 --- a/MdeModulePkg/Include/Protocol/DisplayProtocol.h +++ b/MdeModulePkg/Include/Protocol/DisplayProtocol.h @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __DISPLAY_PROTOCOL_H__ #define __DISPLAY_PROTOCOL_H__ -#include +#include #define EDKII_FORM_DISPLAY_ENGINE_PROTOCOL_GUID \ { 0x9bbe29e9, 0xfda1, 0x41ec, { 0xad, 0x52, 0x45, 0x22, 0x13, 0x74, 0x2d, 0x2e } } diff --git a/MdeModulePkg/Include/Protocol/FormBrowserEx2.h b/MdeModulePkg/Include/Protocol/FormBrowserEx2.h index 0a8339d590..105ac0308f 100644 --- a/MdeModulePkg/Include/Protocol/FormBrowserEx2.h +++ b/MdeModulePkg/Include/Protocol/FormBrowserEx2.h @@ -16,7 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __FORM_BROWSER_EXTENSION2_H__ #define __FORM_BROWSER_EXTENSION2_H__ -#include +#include #define EDKII_FORM_BROWSER_EXTENSION2_PROTOCOL_GUID \ { 0xa770c357, 0xb693, 0x4e6d, { 0xa6, 0xcf, 0xd2, 0x1c, 0x72, 0x8e, 0x55, 0xb }} -- 2.39.2