diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-27 03:52:06 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-27 03:52:06 +0000 |
commit | 40f18da12b2f04f42cae34a7f33db6a595f4dcd7 (patch) | |
tree | ee0628a0eff7fa81a2586d33a1d95d0b4f0bca87 /Nt32Pkg/PlatformBdsDxe/Generic/BootMngr | |
parent | 141a0202ad2e414afc342b71677ce5e2b2fe4460 (diff) | |
download | edk2-platforms-40f18da12b2f04f42cae34a7f33db6a595f4dcd7.tar.xz |
Remove CommonHeader.h for BdsPlatformDxe driver in Nt32Pkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3474 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/PlatformBdsDxe/Generic/BootMngr')
-rw-r--r-- | Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.c | 4 | ||||
-rw-r--r-- | Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.h | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.c b/Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.c index cfe4ee4d7a..14209b87d5 100644 --- a/Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.c +++ b/Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.c @@ -18,10 +18,6 @@ Abstract: The platform boot manager reference implement
--*/
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
#include "BootManager.h"
diff --git a/Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.h b/Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.h index 641e39dec2..fd9b5a1f34 100644 --- a/Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.h +++ b/Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.h @@ -24,11 +24,6 @@ Revision History #ifndef _EFI_BOOT_MANAGER_H
#define _EFI_BOOT_MANAGER_H
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
-
#include "Generic/Bds.h"
#include "BdsPlatform.h"
#include "Generic/BdsString.h"
|