efi_loader: remove lcd.h from efi_net.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 1 Oct 2018 03:24:46 +0000 (05:24 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 16 Oct 2018 14:40:45 +0000 (16:40 +0200)
Remove superfluous include.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_net.c

index 034d0d2..4e8b2d5 100644 (file)
@@ -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;