diff options
Diffstat (limited to 'MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c')
-rw-r--r-- | MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c b/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c index caca0c3cc2..ddfc6fed3e 100644 --- a/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c +++ b/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c @@ -15,9 +15,17 @@ **/
//
-// Include common header file for this module.
+// The package level header files this module uses
//
-#include "CommonHeader.h"
+#include <Base.h>
+//
+// The protocols, PPI and GUID defintions for this module
+//
+//
+// The Library classes this module consumes
+//
+#include <Library/TimerLib.h>
+#include <Library/DebugLib.h>
/**
Stalls the CPU for at least the given number of microseconds.
|