clean up modules

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2829 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2007-06-28 03:27:20 +00:00
parent ff4ef04956
commit 564995cdf5
5 changed files with 14 additions and 24 deletions

View File

@ -23,11 +23,6 @@
**/ **/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "DxeCpuIoLibInternal.h" #include "DxeCpuIoLibInternal.h"
/** /**

View File

@ -14,11 +14,6 @@
**/ **/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "DxeCpuIoLibInternal.h" #include "DxeCpuIoLibInternal.h"
// //

View File

@ -12,11 +12,6 @@
**/ **/
//
// Include common header file for this module.
//
#include "CommonHeader.h"
#include "DxeCpuIoLibInternal.h" #include "DxeCpuIoLibInternal.h"
/** /**

View File

@ -13,17 +13,22 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/ **/
// //
// Include common header file for this module. // The package level header files this module uses
//
#include <FrameworkSmm.h>
//
// The protocols, PPI and GUID defintions for this module
// //
#include "CommonHeader.h"
#include <FrameworkDxe.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/DebugLib.h>
#include <Library/DxeSmmDriverEntryPoint.h>
#include <Protocol/LoadedImage.h> #include <Protocol/LoadedImage.h>
#include <Protocol/SmmBase.h> #include <Protocol/SmmBase.h>
#include <Protocol/DevicePath.h>
//
// The Library classes this module consumes
//
#include <Library/DxeSmmDriverEntryPoint.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/DebugLib.h>
EFI_BOOT_SERVICES *mBS; EFI_BOOT_SERVICES *mBS;

View File

@ -17,7 +17,7 @@
// //
// The package level header files this module uses // The package level header files this module uses
// //
#include <PiDxe.h> #include <FrameworkDxe.h>
// //
// The protocols, PPI and GUID defintions for this module // The protocols, PPI and GUID defintions for this module
// //