diff options
author | Tom Rini <trini@konsulko.com> | 2021-03-28 20:28:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-03-28 20:28:51 -0400 |
commit | a7d3ac614821d16d42d99c05c7ed6eb33d2551e0 (patch) | |
tree | bbe4450a7d04e9a955597acea01988acf61c7205 /test/print_ut.c | |
parent | 31637e0bc0701203c480ccd801a5c3806cd43a90 (diff) | |
parent | 3b142045e8a7f0ab17b6099e9226296af45967d0 (diff) |
Merge branch '2021-03-28-assorted-bugfixes'
Diffstat (limited to 'test/print_ut.c')
-rw-r--r-- | test/print_ut.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/print_ut.c b/test/print_ut.c index a456a449efa..5b0a46de9c3 100644 --- a/test/print_ut.c +++ b/test/print_ut.c @@ -6,10 +6,8 @@ #define DEBUG #include <common.h> -#if CONFIG_IS_ENABLED(EFI_LOADER) && !defined(API_BUILD) #include <command.h> #include <efi_api.h> -#endif #include <display_options.h> #include <log.h> #include <version.h> |