Clean the public header files to remove the unnecessary include files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8871 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
#ifndef _CAPSULE_GUID_H__
|
||||
#define _CAPSULE_GUID_H__
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
//
|
||||
// This is the GUID of the capsule header of the image on disk.
|
||||
//
|
||||
|
@@ -17,7 +17,7 @@
|
||||
#ifndef _DATAHUB_RECORDS_GUID_H_
|
||||
#define _DATAHUB_RECORDS_GUID_H_
|
||||
|
||||
#include <PiPei.h>
|
||||
#include <Framework/DataHubRecords.h>
|
||||
|
||||
#define EFI_PROCESSOR_SUBCLASS_GUID \
|
||||
{ 0x26fdeb7e, 0xb8af, 0x4ccf, {0xaa, 0x97, 0x02, 0x63, 0x3c, 0xe4, 0x8c, 0xa7 } }
|
||||
|
@@ -21,8 +21,6 @@
|
||||
#ifndef __FIRMWARE_FILE_SYSTEM_GUID_H__
|
||||
#define __FIRMWARE_FILE_SYSTEM_GUID_H__
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
///
|
||||
/// GUIDs defined by the FFS specification.
|
||||
///
|
||||
|
@@ -21,8 +21,6 @@
|
||||
#ifndef _SMM_COMMUNICATE_GUID_H_
|
||||
#define _SMM_COMMUNICATE_GUID_H_
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
///
|
||||
/// Inconsistent with specification here:
|
||||
/// GUID definition format has been changed, because the GUID format in Framework spec is incorrect.
|
||||
|
@@ -25,8 +25,6 @@
|
||||
#ifndef _EFI_SMM_PEI_SMRAM_MEMORY_RESERVE_H_
|
||||
#define _EFI_SMM_PEI_SMRAM_MEMORY_RESERVE_H_
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
#define EFI_SMM_PEI_SMRAM_MEMORY_RESERVE \
|
||||
{ \
|
||||
0x6dadf1d1, 0xd4cc, 0x4910, {0xbb, 0x6e, 0x82, 0xb1, 0xfd, 0x80, 0xff, 0x3d } \
|
||||
|
@@ -20,9 +20,7 @@
|
||||
#ifndef __STATUS_CODE_DATA_TYPE_ID_GUID_H__
|
||||
#define __STATUS_CODE_DATA_TYPE_ID_GUID_H__
|
||||
|
||||
#include <PiPei.h>
|
||||
#include <Framework/StatusCode.h>
|
||||
#include <Framework/DataHubRecords.h>
|
||||
#include <Protocol/DebugSupport.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
|
||||
|
Reference in New Issue
Block a user