Correct #include statements. This is a DXE DRIVER, not a UEFI module.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8898 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2009-07-11 23:11:21 +00:00
parent d8d26fb207
commit 17c62eb63e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef _RUNTIME_H_
#define _RUNTIME_H_
#include <Uefi.h>
#include <PiDxe.h>
#include <Protocol/LoadedImage.h>
#include <Protocol/Runtime.h>
#include <Library/BaseLib.h>