diff options
Diffstat (limited to 'MdePkg/Library/BaseDebugLibNull/DebugLib.c')
-rw-r--r-- | MdePkg/Library/BaseDebugLibNull/DebugLib.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseDebugLibNull/DebugLib.c b/MdePkg/Library/BaseDebugLibNull/DebugLib.c index 1d3e719b0d..d457821095 100644 --- a/MdePkg/Library/BaseDebugLibNull/DebugLib.c +++ b/MdePkg/Library/BaseDebugLibNull/DebugLib.c @@ -13,9 +13,14 @@ **/
//
-// Include common header file for this module.
+// The package level header files this module uses
//
-#include "CommonHeader.h"
+#include <Base.h>
+
+//
+// The Library classes this module produced
+//
+#include <Library/DebugLib.h>
/**
|