summaryrefslogtreecommitdiff
path: root/UnixPkg/Library/PeiUnixOemHookStatusCodeLib
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-07 01:15:21 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-07 01:15:21 +0000
commit2ddf8375591d190aaca9360adfa762af0e829185 (patch)
tree289b4bfbf31fcb82b5e71b15ee71424ba8a844b3 /UnixPkg/Library/PeiUnixOemHookStatusCodeLib
parent5e335a5280f74dc1f099abc29f008f311bba5eca (diff)
downloadedk2-platforms-2ddf8375591d190aaca9360adfa762af0e829185.tar.xz
Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h>
They only provided a single #define that is associated with DEBUG() messages sent through ReportStatusCode. That one #define has now been added to <Guid/StatusCodeDataTypeDebug.h> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8490 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/Library/PeiUnixOemHookStatusCodeLib')
-rw-r--r--UnixPkg/Library/PeiUnixOemHookStatusCodeLib/UnixOemHookStatusCodeLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/Library/PeiUnixOemHookStatusCodeLib/UnixOemHookStatusCodeLib.c b/UnixPkg/Library/PeiUnixOemHookStatusCodeLib/UnixOemHookStatusCodeLib.c
index ae5883c264..4d4056af70 100644
--- a/UnixPkg/Library/PeiUnixOemHookStatusCodeLib/UnixOemHookStatusCodeLib.c
+++ b/UnixPkg/Library/PeiUnixOemHookStatusCodeLib/UnixOemHookStatusCodeLib.c
@@ -15,8 +15,8 @@
**/
#include "PiPei.h"
#include <Guid/StatusCodeDataTypeId.h>
+#include <Guid/StatusCodeDataTypeDebug.h>
#include <Ppi/UnixThunk.h>
-#include <FrameworkModuleBase.h>
#include <Library/OemHookStatusCodeLib.h>
#include <Library/DebugLib.h>
#include <Library/PrintLib.h>