mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
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>
This commit is contained in:
parent
b6e9e09770
commit
362f00f979
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue