]> git.proxmox.com Git - mirror_edk2.git/commitdiff
remove unused include file for library class.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 8 Sep 2008 08:23:28 +0000 (08:23 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 8 Sep 2008 08:23:28 +0000 (08:23 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5840 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c
MdePkg/Library/SecPeiDxeTimerLibCpu/X86TimerLib.c

index 1fe1ff691515fa6707a63bdf945550f70b280258..b8e91accfd056101012d981f54e3371ded072f39 100644 (file)
@@ -15,9 +15,6 @@
 #include <Base.h>\r
 #include <Library/TimerLib.h>\r
 #include <Library/BaseLib.h>\r
-#include <Library/IoLib.h>\r
-#include <Library/DebugLib.h>\r
-#include <Library/PcdLib.h>\r
 #include <Library/PalCallLib.h>\r
 \r
 \r
index 98e86403bdfeda323238d43f578ef18715c44824..7319524596f493baa2622f6ca2e83af23c2c3617 100644 (file)
@@ -16,7 +16,6 @@
 #include <Library/TimerLib.h>\r
 #include <Library/BaseLib.h>\r
 #include <Library/IoLib.h>\r
-#include <Library/DebugLib.h>\r
 #include <Library/PcdLib.h>\r
 \r
 \r
@@ -35,8 +34,6 @@ CONST UINT8                           mTimerLibLocalApicDivisor[] = {
 /**\r
   Internal function to retrieve the base address of local APIC.\r
 \r
-  Internal function to retrieve the base address of local APIC.\r
-\r
   @return The base address of local APIC\r
 \r
 **/\r
@@ -52,8 +49,6 @@ InternalX86GetApicBase (
 /**\r
   Internal function to return the frequency of the local APIC timer.\r
 \r
-  Internal function to return the frequency of the local APIC timer.\r
-\r
   @param  ApicBase  The base address of memory mapped registers of local APIC.\r
 \r
   @return The frequency of the timer in Hz.\r
@@ -73,8 +68,6 @@ InternalX86GetTimerFrequency (
 /**\r
   Internal function to read the current tick counter of local APIC.\r
 \r
-  Internal function to read the current tick counter of local APIC.\r
-\r
   @param  ApicBase  The base address of memory mapped registers of local APIC.\r
 \r
   @return The tick counter read.\r