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@8902 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney
2009-07-11 23:29:23 +00:00
parent 7075f41227
commit bac49e7747
7 changed files with 315 additions and 319 deletions

View File

@@ -17,11 +17,9 @@ Abstract:
Include file for host API based SEC
--*/
#include "PiPei.h"
#include "Uefi/UefiSpec.h"
#include <FrameworkPei.h>
#include <Protocol/UnixThunk.h>
#include <Pi/PiFirmwareVolume.h>
#include <Ppi/StatusCode.h>
#include <Library/PeCoffLib.h>