remove unused include file for library class.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5840 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2008-09-08 08:23:28 +00:00
parent 4b503a775e
commit 802b8312a2
2 changed files with 0 additions and 10 deletions

View File

@ -15,9 +15,6 @@
#include <Base.h> #include <Base.h>
#include <Library/TimerLib.h> #include <Library/TimerLib.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/IoLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
#include <Library/PalCallLib.h> #include <Library/PalCallLib.h>

View File

@ -16,7 +16,6 @@
#include <Library/TimerLib.h> #include <Library/TimerLib.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/IoLib.h> #include <Library/IoLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h> #include <Library/PcdLib.h>
@ -35,8 +34,6 @@ CONST UINT8 mTimerLibLocalApicDivisor[] = {
/** /**
Internal function to retrieve the base address of local APIC. Internal function to retrieve the base address of local APIC.
Internal function to retrieve the base address of local APIC.
@return The base address of local APIC @return The base address of local APIC
**/ **/
@ -52,8 +49,6 @@ InternalX86GetApicBase (
/** /**
Internal function to return the frequency of the local APIC timer. Internal function to return the frequency of the local APIC timer.
Internal function to return the frequency of the local APIC timer.
@param ApicBase The base address of memory mapped registers of local APIC. @param ApicBase The base address of memory mapped registers of local APIC.
@return The frequency of the timer in Hz. @return The frequency of the timer in Hz.
@ -73,8 +68,6 @@ InternalX86GetTimerFrequency (
/** /**
Internal function to read the current tick counter of local APIC. Internal function to read the current tick counter of local APIC.
Internal function to read the current tick counter of local APIC.
@param ApicBase The base address of memory mapped registers of local APIC. @param ApicBase The base address of memory mapped registers of local APIC.
@return The tick counter read. @return The tick counter read.