From 362f00f979fb6d2972bd682e4c533120ea7c84e8 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sun, 26 Nov 2017 14:05:06 +0100 Subject: [PATCH] efi_loader: helloworld.c: remove superfluous include Remove a superfluous include from helloworld.c Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- lib/efi_loader/helloworld.c | 1 - 1 file changed, 1 deletion(-) 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, -- 2.7.4