From 17c62eb63ece0f18315a4bf542c0b5f223c5efae Mon Sep 17 00:00:00 2001 From: mdkinney Date: Sat, 11 Jul 2009 23:11:21 +0000 Subject: [PATCH] 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 --- MdeModulePkg/Core/RuntimeDxe/Runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Core/RuntimeDxe/Runtime.h b/MdeModulePkg/Core/RuntimeDxe/Runtime.h index 4d6c6199d6..d477a747d4 100644 --- a/MdeModulePkg/Core/RuntimeDxe/Runtime.h +++ b/MdeModulePkg/Core/RuntimeDxe/Runtime.h @@ -17,7 +17,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef _RUNTIME_H_ #define _RUNTIME_H_ -#include +#include #include #include #include -- 2.39.2