Browse Source

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>
Heinrich Schuchardt 7 năm trước cách đây
mục cha
commit
362f00f979
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lib/efi_loader/helloworld.c

+ 0 - 1
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,