From 21087754a5ec3383289efff517d7d7e495b489e1 Mon Sep 17 00:00:00 2001 From: Minos Galanakis Date: Mon, 25 Sep 2023 15:17:38 +0100 Subject: [PATCH] x509_crt: Removed unused intsafe.h Signed-off-by: Minos Galanakis --- library/x509_crt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/library/x509_crt.c b/library/x509_crt.c index 43f5bb65c..e9153e710 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -61,7 +61,6 @@ #if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32) #define WIN32_LEAN_AND_MEAN #include -#include #else #include #endif