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 <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
0f60c673f0
commit
c5b7285da9
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
|
||||
#include <psa/crypto.h>
|
||||
|
||||
#include "psa_crypto_core.h"
|
||||
#include "psa_util_internal.h"
|
||||
|
||||
/* The following includes are needed for MBEDTLS_ERR_XXX macros */
|
||||
|
|
Loading…
Reference in a new issue