diff --git a/components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/psa_crypto_spm.c b/components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/psa_crypto_spm.c index 82bed89b57..dbe3629437 100644 --- a/components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/psa_crypto_spm.c +++ b/components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/psa_crypto_spm.c @@ -31,12 +31,6 @@ #include "crypto.h" #include "crypto_platform_spe.h" -#if defined(MBEDTLS_FS_IO) -#include -#include -#include -#endif - #define MINOR_VER 1 psa_status_t psa_crypto_init(void)