aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-12-02 20:33:47 +0300
committerJoursoir <chat@joursoir.net>2021-12-02 20:33:47 +0300
commitaa12cd611adabc46889f73f3fec78d0dcef77c34 (patch)
tree5f27ff573e454237de741b874f66c981455f3a20
parentcaa0809f5d332a013a34ad639d9fb64da9d1320f (diff)
downloadufm-aa12cd611adabc46889f73f3fec78d0dcef77c34.tar.gz
ufm-aa12cd611adabc46889f73f3fec78d0dcef77c34.tar.bz2
ufm-aa12cd611adabc46889f73f3fec78d0dcef77c34.zip
tbi/win: not use the standard uefi header file
-rw-r--r--Library/UefiShellUfmCommandLib/tbi/win.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/UefiShellUfmCommandLib/tbi/win.c b/Library/UefiShellUfmCommandLib/tbi/win.c
index fc8eeed..5b3dd81 100644
--- a/Library/UefiShellUfmCommandLib/tbi/win.c
+++ b/Library/UefiShellUfmCommandLib/tbi/win.c
@@ -1,4 +1,3 @@
-#include <Uefi.h>
#include <Library/UefiLib.h>
#include <Library/DebugLib.h>
#include <Library/ShellLib.h>