Remove two more useless internal includes

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2025-12-02 12:06:39 +01:00
parent 3e6455d50e
commit ea5718721f
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@
#include "debug_internal.h"
#include "mbedtls/error.h"
#include "mbedtls/platform_util.h"
#include "constant_time_internal.h"
#include "mbedtls/constant_time.h"
#include <string.h>

View File

@@ -24,7 +24,6 @@
#include "psa/crypto.h"
#include "mbedtls/psa_util.h"
#include "md_psa.h"
#define CHECK_OVERFLOW_ADD(a, b) \
do \