efi_loader: crypto/pkcs7_parser.h is not a local include
[oweals/u-boot.git] / lib / efi_loader / efi_image_loader.c
index ac4f65c9d8259452eddf993d7b70952356e4791c..4e075ae416e66e8be2b0053f1807b60710751d58 100644 (file)
@@ -13,7 +13,7 @@
 #include <malloc.h>
 #include <pe.h>
 #include <sort.h>
-#include "crypto/pkcs7_parser.h"
+#include <crypto/pkcs7_parser.h>
 #include <linux/err.h>
 
 const efi_guid_t efi_global_variable_guid = EFI_GLOBAL_VARIABLE_GUID;