From c38cb227d39f8ce9983df8051f31dcc8466f311e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Dec 2023 13:16:55 -0500 Subject: efi_loader: Remove We largely do not need in these files, so drop it. The only exception here is that efi_freestanding.c needs and had been getting that via . Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- lib/efi_loader/efi_device_path_utilities.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/efi_loader/efi_device_path_utilities.c') diff --git a/lib/efi_loader/efi_device_path_utilities.c b/lib/efi_loader/efi_device_path_utilities.c index a07d9bab3a..844d8acd67 100644 --- a/lib/efi_loader/efi_device_path_utilities.c +++ b/lib/efi_loader/efi_device_path_utilities.c @@ -5,7 +5,6 @@ * Copyright (c) 2017 Leif Lindholm */ -#include #include const efi_guid_t efi_guid_device_path_utilities_protocol = -- cgit v1.2.3