diff options
Diffstat (limited to 'MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c')
-rw-r--r-- | MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c b/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c index 1785bab28f..e9f21b5774 100644 --- a/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c +++ b/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c @@ -15,9 +15,18 @@ **/
//
-// 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/PerformanceLib.h>
+#include <Library/DebugLib.h>
+#include <Library/PcdLib.h>
/**
Creates a record for the beginning of a performance measurement.
|