From 564995cdf55ca9dc057d0c966947caa7ace20e21 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 28 Jun 2007 03:27:20 +0000 Subject: [PATCH 1/1] clean up modules git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2829 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/DxeIoLibCpuIo/IoHighLevel.c | 5 ----- .../Library/DxeIoLibCpuIo/IoLib.c | 5 ----- .../Library/DxeIoLibCpuIo/IoLibMmioBuffer.c | 5 ----- .../DxeSmmDriverEntryPoint/DriverEntryPoint.c | 19 ++++++++++++------- .../Library/FrameworkHiiLib/HiiLib.c | 2 +- 5 files changed, 13 insertions(+), 23 deletions(-) diff --git a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoHighLevel.c b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoHighLevel.c index b47b889bd0..719fe13017 100644 --- a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoHighLevel.c +++ b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoHighLevel.c @@ -23,11 +23,6 @@ **/ -// -// Include common header file for this module. -// -#include "CommonHeader.h" - #include "DxeCpuIoLibInternal.h" /** diff --git a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c index e124e39b6c..3b78b93a37 100644 --- a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c +++ b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c @@ -14,11 +14,6 @@ **/ -// -// Include common header file for this module. -// -#include "CommonHeader.h" - #include "DxeCpuIoLibInternal.h" // diff --git a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLibMmioBuffer.c b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLibMmioBuffer.c index 42d513d324..d3f745c6a1 100644 --- a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLibMmioBuffer.c +++ b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLibMmioBuffer.c @@ -12,11 +12,6 @@ **/ -// -// Include common header file for this module. -// -#include "CommonHeader.h" - #include "DxeCpuIoLibInternal.h" /** diff --git a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c index 6cba691c46..5e0e0094e3 100644 --- a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c +++ b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c @@ -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 "CommonHeader.h" - -#include +#include +// +// The protocols, PPI and GUID defintions for this module +// +#include +#include +#include +// +// The Library classes this module consumes +// +#include #include #include -#include -#include -#include EFI_BOOT_SERVICES *mBS; diff --git a/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c index 4315f38a32..58239f67d1 100644 --- a/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c +++ b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c @@ -17,7 +17,7 @@ // // The package level header files this module uses // -#include +#include // // The protocols, PPI and GUID defintions for this module // -- 2.39.2