From fc2b0726b6965b5ea3b65f49dd4c40749dfa4cec Mon Sep 17 00:00:00 2001 From: itayzafrir Date: Wed, 20 Feb 2019 15:04:21 +0200 Subject: [PATCH] Remove duplicate inclusion of header files Remove duplicate inclusion of psa/client.h and psa/service.h --- .../services/crypto/COMPONENT_SPE/psa_crypto_partition.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c b/components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c index 45b975038b..cfd9c41135 100644 --- a/components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c +++ b/components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c @@ -5,8 +5,6 @@ #include "psa/service.h" #include "psa/client.h" -#include "psa/client.h" -#include "psa/service.h" #if defined(TARGET_TFM) #define SPM_PANIC(format, ...) \ { \