diff options
author | Laszlo Ersek <lersek@redhat.com> | 2015-01-02 12:07:57 +0000 |
---|---|---|
committer | lersek <lersek@Edk2> | 2015-01-02 12:07:57 +0000 |
commit | cca7475bcbb8bfc7c732e106692a6d15e1dae51c (patch) | |
tree | 84e9cf11d14ad164b04e810d740983e24e4b9e90 /OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | |
parent | 1b610ac2550d053d0997832059cc83247888bae4 (diff) | |
download | edk2-platforms-cca7475bcbb8bfc7c732e106692a6d15e1dae51c.tar.xz |
OvmfPkg: extract QemuBootOrderLib
and rebase OvmfPkg's PlatformBdsLib on the standalone library.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Acked-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16570 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c')
-rw-r--r-- | OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c index df07281448..341f5c1596 100644 --- a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c @@ -13,7 +13,7 @@ **/
#include "BdsPlatform.h"
-#include "QemuBootOrder.h"
+#include <Library/QemuBootOrderLib.h>
//
|