diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 03:27:20 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 03:27:20 +0000 |
commit | 564995cdf55ca9dc057d0c966947caa7ace20e21 (patch) | |
tree | 21297a0cc658b6cb3c98203a41844f559e8fc5eb /IntelFrameworkPkg/Library/DxeIoLibCpuIo | |
parent | ff4ef0495628199c1754401f10b72ae4674ecac3 (diff) | |
download | edk2-platforms-564995cdf55ca9dc057d0c966947caa7ace20e21.tar.xz |
clean up modules
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2829 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Library/DxeIoLibCpuIo')
-rw-r--r-- | IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoHighLevel.c | 5 | ||||
-rw-r--r-- | IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c | 5 | ||||
-rw-r--r-- | IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLibMmioBuffer.c | 5 |
3 files changed, 0 insertions, 15 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"
/**
|