diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-01 02:29:35 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-01 02:29:35 +0000 |
commit | 35a895c9f8b544ae8eac04731905c7676dc2b408 (patch) | |
tree | d2dc956f9c9a4bb1834bf9c188943916a1041c26 /EdkCompatibilityPkg | |
parent | caeefbfe14440d13e82eda3da69fca572e541778 (diff) | |
download | edk2-platforms-35a895c9f8b544ae8eac04731905c7676dc2b408.tar.xz |
Remove the unnecessary top level header files in protocol header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10326 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/Include/Protocol/SmmBaseHelperReady.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/Include/Protocol/SmmBaseHelperReady.h b/EdkCompatibilityPkg/Compatibility/Include/Protocol/SmmBaseHelperReady.h index 5e69a825f3..d0741afe79 100644 --- a/EdkCompatibilityPkg/Compatibility/Include/Protocol/SmmBaseHelperReady.h +++ b/EdkCompatibilityPkg/Compatibility/Include/Protocol/SmmBaseHelperReady.h @@ -20,9 +20,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __EFI_SMM_BASE_HELPER_READY_H__
#define __EFI_SMM_BASE_HELPER_READY_H__
-#include <FrameworkSmm.h>
-#include <PiSmm.h>
-
#define EFI_SMM_BASE_HELPER_READY_PROTOCOL_GUID \
{ \
0x910dca07, 0x1f94, 0x4ee7, { 0xaf, 0x2f, 0xff, 0x72, 0xf3, 0x15, 0x43, 0x53 } \
|