diff options
author | Heinrich Schuchardt | 2017-11-26 14:05:06 +0100 |
---|---|---|
committer | Alexander Graf | 2017-12-01 13:25:43 +0100 |
commit | 362f00f979fb6d2972bd682e4c533120ea7c84e8 (patch) | |
tree | 24ef04823a0fa256fcf9feaa7ece8ca1cec1330f | |
parent | b6e9e09770035b4606c408e800f28231dcca9e98 (diff) |
efi_loader: helloworld.c: remove superfluous include
Remove a superfluous include from helloworld.c
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
-rw-r--r-- | lib/efi_loader/helloworld.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c index 03e65ab1336..77130a36dd1 100644 --- a/lib/efi_loader/helloworld.c +++ b/lib/efi_loader/helloworld.c @@ -8,7 +8,6 @@ */ #include <common.h> -#include <part_efi.h> #include <efi_api.h> efi_status_t EFIAPI efi_main(efi_handle_t handle, |