summaryrefslogtreecommitdiff
path: root/lib/efi_loader/helloworld.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2017-11-26 16:05:06 +0300
committerAlexander Graf <agraf@suse.de>2017-12-01 15:25:43 +0300
commit362f00f979fb6d2972bd682e4c533120ea7c84e8 (patch)
tree24ef04823a0fa256fcf9feaa7ece8ca1cec1330f /lib/efi_loader/helloworld.c
parentb6e9e09770035b4606c408e800f28231dcca9e98 (diff)
downloadu-boot-362f00f979fb6d2972bd682e4c533120ea7c84e8.tar.xz
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>
Diffstat (limited to 'lib/efi_loader/helloworld.c')
-rw-r--r--lib/efi_loader/helloworld.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c
index 03e65ab133..77130a36dd 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,