diff options
author | Joursoir <chat@joursoir.net> | 2021-12-02 20:33:47 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-12-02 20:33:47 +0300 |
commit | aa12cd611adabc46889f73f3fec78d0dcef77c34 (patch) | |
tree | 5f27ff573e454237de741b874f66c981455f3a20 /Library/UefiShellUfmCommandLib/tbi | |
parent | caa0809f5d332a013a34ad639d9fb64da9d1320f (diff) | |
download | ufm-aa12cd611adabc46889f73f3fec78d0dcef77c34.tar.gz ufm-aa12cd611adabc46889f73f3fec78d0dcef77c34.tar.bz2 ufm-aa12cd611adabc46889f73f3fec78d0dcef77c34.zip |
tbi/win: not use the standard uefi header file
Diffstat (limited to 'Library/UefiShellUfmCommandLib/tbi')
-rw-r--r-- | Library/UefiShellUfmCommandLib/tbi/win.c | 1 |
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> |