mirror of https://github.com/acidanthera/audk.git
Remove extra #includes where possible to make build more efficient
If module really is a Framework module and not a PI module, then use FrameworkDxe.h instead of PeDxe.h and FrameworkPei.h instead of PiPei.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8901 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
79bc7a89f7
commit
7075f41227
|
@ -17,7 +17,7 @@
|
|||
//
|
||||
// The package level header files this module uses
|
||||
//
|
||||
#include <PiPei.h>
|
||||
#include <FrameworkPei.h>
|
||||
#include <WinNtPeim.h>
|
||||
|
||||
//
|
||||
|
|
|
@ -19,9 +19,7 @@ Abstract:
|
|||
**/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <Base.h>
|
||||
#include <PiPei.h>
|
||||
#include <PiDxe.h>
|
||||
#include <WinNtPeim.h>
|
||||
#include <Guid/StatusCodeDataTypeDebug.h>
|
||||
#include <Library/BaseLib.h>
|
||||
|
|
Loading…
Reference in New Issue