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:
@@ -24,9 +24,7 @@
|
||||
#ifndef _DATAHUB_RECORDS_H_
|
||||
#define _DATAHUB_RECORDS_H_
|
||||
|
||||
#include <PiPei.h>
|
||||
#include <Protocol/DevicePath.h>
|
||||
#include <Protocol/FrameworkHii.h>
|
||||
#include <Framework/FrameworkInternalFormRepresentation.h>
|
||||
|
||||
#define EFI_PROCESSOR_SUBCLASS_VERSION 0x0100
|
||||
|
||||
|
@@ -16,8 +16,6 @@
|
||||
#ifndef _DXE_CIS_H_
|
||||
#define _DXE_CIS_H_
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <Framework/StatusCode.h>
|
||||
#include <Protocol/StatusCode.h>
|
||||
|
||||
//
|
||||
|
@@ -20,6 +20,8 @@
|
||||
#ifndef __FRAMEWORK_INTERNAL_FORMREPRESENTATION_H__
|
||||
#define __FRAMEWORK_INTERNAL_FORMREPRESENTATION_H__
|
||||
|
||||
typedef UINT16 STRING_REF;
|
||||
|
||||
//
|
||||
// IFR Op codes
|
||||
//
|
||||
|
@@ -20,8 +20,6 @@
|
||||
#ifndef _FRAMEWORK_HOB_H_
|
||||
#define _FRAMEWORK_HOB_H_
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
///
|
||||
/// Capsule volume HOB -- identical to a firmware volume
|
||||
/// This macro is defined to comply with hob Framework Spec. And the marco has been
|
||||
|
@@ -25,8 +25,6 @@
|
||||
#ifndef _FRAMEWORK_LEGACY_16_H_
|
||||
#define _FRAMEWORK_LEGACY_16_H_
|
||||
|
||||
#include <Base.h>
|
||||
|
||||
#pragma pack(1)
|
||||
|
||||
typedef UINT8 SERIAL_MODE;
|
||||
|
@@ -16,7 +16,6 @@
|
||||
#ifndef __PEICIS_H__
|
||||
#define __PEICIS_H__
|
||||
|
||||
#include <PiPei.h>
|
||||
#include <Ppi/PciCfg.h>
|
||||
//
|
||||
// Framework PEI Specification Revision information
|
||||
|
@@ -16,8 +16,6 @@
|
||||
#ifndef _FRAMEWORK_SMM_CIS_H_
|
||||
#define _FRAMEWORK_SMM_CIS_H_
|
||||
|
||||
#include <Framework/DxeCis.h>
|
||||
|
||||
#define EFI_SMM_CPU_IO_GUID \
|
||||
{ \
|
||||
0x5f439a0b, 0x45d8, 0x4682, {0xa4, 0xf4, 0xf0, 0x57, 0x6b, 0x51, 0x34, 0x41 } \
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#ifndef _FRAMEWORK_STATUS_CODE_H_
|
||||
#define _FRAMEWORK_STATUS_CODE_H_
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
//
|
||||
// Section 1
|
||||
// Class definitions
|
||||
|
Reference in New Issue
Block a user