From: Heinrich Schuchardt Date: Sun, 26 Nov 2017 13:05:06 +0000 (+0100) Subject: efi_loader: helloworld.c: remove superfluous include X-Git-Tag: v2018.01-rc2~58^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=362f00f979fb6d2972bd682e4c533120ea7c84e8;p=platform%2Fkernel%2Fu-boot.git efi_loader: helloworld.c: remove superfluous include Remove a superfluous include from helloworld.c Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c index 03e65ab..77130a3 100644 --- a/lib/efi_loader/helloworld.c +++ b/lib/efi_loader/helloworld.c @@ -8,7 +8,6 @@ */ #include -#include #include efi_status_t EFIAPI efi_main(efi_handle_t handle,