From fe8e1358166c676c7394176ffde5c8f2ea88c099 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Thu, 5 Jan 2023 19:15:45 +0100 Subject: [PATCH] psa: Remove unnecessary headers Signed-off-by: Ronald Cron --- include/psa/crypto_extra.h | 2 -- include/psa/crypto_platform.h | 4 ---- library/alignment.h | 2 -- 3 files changed, 8 deletions(-) diff --git a/include/psa/crypto_extra.h b/include/psa/crypto_extra.h index 4920508d7b..7ff90ebe3a 100644 --- a/include/psa/crypto_extra.h +++ b/include/psa/crypto_extra.h @@ -29,8 +29,6 @@ #define PSA_CRYPTO_EXTRA_H #include "mbedtls/private_access.h" -#include "mbedtls/platform_util.h" - #include "crypto_types.h" #include "crypto_compat.h" diff --git a/include/psa/crypto_platform.h b/include/psa/crypto_platform.h index e8d241bc7a..28534966fb 100644 --- a/include/psa/crypto_platform.h +++ b/include/psa/crypto_platform.h @@ -38,10 +38,6 @@ * in each of its header files. */ #include "mbedtls/build_info.h" -/* Translate between classic MBEDTLS_xxx feature symbols and PSA_xxx - * feature symbols. */ -#include "mbedtls/config_psa.h" - /* PSA requires several types which C99 provides in stdint.h. */ #include diff --git a/library/alignment.h b/library/alignment.h index a518a8a3ae..41823485ad 100644 --- a/library/alignment.h +++ b/library/alignment.h @@ -27,8 +27,6 @@ #include #include -#include "mbedtls/build_info.h" - /* * Define MBEDTLS_EFFICIENT_UNALIGNED_ACCESS for architectures where unaligned memory * accesses are known to be efficient.