aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/UefiShellUfmCommandLib/menu-bar.c4
1 files changed, 2 insertions, 2 deletions
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 <Library/DebugLib.h>
-#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;