From c5b7285da99abc3ca65991d3fd4f87201a30d43e Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Mon, 11 Dec 2023 21:25:44 +0100 Subject: [PATCH] library: Remove unused psa_crypto_core.h include Remove unused psa_crypto_core.h include. The PSA util file provides helper functions when using the PSA API. It should not rely on PSA internal headers, and instead only use public headers. Signed-off-by: Joakim Andersson --- library/psa_util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/library/psa_util.c b/library/psa_util.c index 0225bbf02b..b462d1859d 100644 --- a/library/psa_util.c +++ b/library/psa_util.c @@ -12,7 +12,6 @@ #include -#include "psa_crypto_core.h" #include "psa_util_internal.h" /* The following includes are needed for MBEDTLS_ERR_XXX macros */