From 23e1ba577f9116bd857b58c91682f86bdd5d50a5 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Mon, 15 Nov 2021 19:13:58 +0300 Subject: menu-bar: fix include header paths --- Library/UefiShellUfmCommandLib/menu-bar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/UefiShellUfmCommandLib/menu-bar.c b/Library/UefiShellUfmCommandLib/menu-bar.c index db7af38..ff1ac7e 100644 --- a/Library/UefiShellUfmCommandLib/menu-bar.c +++ b/Library/UefiShellUfmCommandLib/menu-bar.c @@ -1,7 +1,7 @@ #include -#include "lib/tbi/screen.h" -#include "lib/tbi/win.h" +#include "tbi/screen.h" +#include "tbi/win.h" #include "menu-bar.h" struct window *menubar = NULL; -- cgit v1.2.3-18-g5258