Skip to content
Snippets Groups Projects
Commit 362f00f9 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Alexander Graf
Browse files

efi_loader: helloworld.c: remove superfluous include


Remove a superfluous include from helloworld.c

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent b6e9e097
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
*/ */
#include <common.h> #include <common.h>
#include <part_efi.h>
#include <efi_api.h> #include <efi_api.h>
efi_status_t EFIAPI efi_main(efi_handle_t handle, efi_status_t EFIAPI efi_main(efi_handle_t handle,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment