mirror of https://github.com/acidanthera/audk.git
Remove extra #Include
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9890 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
da85ce15a6
commit
9fddf05b7e
|
@ -20,8 +20,6 @@
|
||||||
#ifndef _SMM_CPU_H_
|
#ifndef _SMM_CPU_H_
|
||||||
#define _SMM_CPU_H_
|
#define _SMM_CPU_H_
|
||||||
|
|
||||||
#include <Pi/PiSmmCis.h>
|
|
||||||
|
|
||||||
#define EFI_SMM_CPU_PROTOCOL_GUID \
|
#define EFI_SMM_CPU_PROTOCOL_GUID \
|
||||||
{ \
|
{ \
|
||||||
0xeb346b97, 0x975f, 0x4a9f, { 0x8b, 0x22, 0xf8, 0xe9, 0x2b, 0xb3, 0xd5, 0x69 } \
|
0xeb346b97, 0x975f, 0x4a9f, { 0x8b, 0x22, 0xf8, 0xe9, 0x2b, 0xb3, 0xd5, 0x69 } \
|
||||||
|
|
Loading…
Reference in New Issue