commit | 8d7bc9f8d51f182fe991d453cf1ded74658d0c53 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Oct 01 05:24:46 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Tue Oct 16 16:40:45 2018 +0200 |
tree | 16e53549c346b4ac60085d2a869d9f195d422628 | |
parent | bd095f58af5fce735f9ba4e5dd229ccde539d591 [diff] |
efi_loader: remove lcd.h from efi_net.c Remove superfluous include. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
diff --git a/lib/efi_loader/efi_net.c b/lib/efi_loader/efi_net.c index 034d0d2..4e8b2d5 100644 --- a/lib/efi_loader/efi_net.c +++ b/lib/efi_loader/efi_net.c
@@ -7,7 +7,6 @@ #include <common.h> #include <efi_loader.h> -#include <lcd.h> #include <malloc.h> static const efi_guid_t efi_net_guid = EFI_SIMPLE_NETWORK_GUID;