diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-26 06:59:27 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-26 06:59:27 +0000 |
commit | 18e6a25f7bf14f2a30a92abbb570ada31619db22 (patch) | |
tree | 52f355e77585be34c502ae014ec2b9053a48763e /MdePkg | |
parent | 5a6f122d135a8c7d3991f31796b64756dd6d94d3 (diff) | |
download | edk2-platforms-18e6a25f7bf14f2a30a92abbb570ada31619db22.tar.xz |
Remove the unnecessary include file: Uefi.h. Module should include this file base on the specification it comply with.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6230 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Uefi/UefiTcgPlatform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Include/Uefi/UefiTcgPlatform.h b/MdePkg/Include/Uefi/UefiTcgPlatform.h index 00fa563f54..6bb510b2e3 100644 --- a/MdePkg/Include/Uefi/UefiTcgPlatform.h +++ b/MdePkg/Include/Uefi/UefiTcgPlatform.h @@ -16,7 +16,6 @@ #define __UEFI_TCG_PLATFOMR_H__
#include <IndustryStandard/Tpm12.h>
-#include <Uefi.h>
//
// Standard event types
//
|