mirror of https://github.com/acidanthera/audk.git
Fix wrong include issue, FirmwareVolumeHeader.h itself is part of FrameworkPei.h so should not include FrameworkPei.h again.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3607 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2a7e6bb29d
commit
3fb0bd7bc2
|
@ -22,8 +22,6 @@
|
|||
#ifndef __EFI_FIRMWARE_VOLUME_HEADER_H__
|
||||
#define __EFI_FIRMWARE_VOLUME_HEADER_H__
|
||||
|
||||
#include <FrameworkPei.h>
|
||||
|
||||
//
|
||||
// Firmware Volume Block Attributes bit definitions
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue