commit | 1fe5277c88c25f2fe677db92c1676c5d74c46131 | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Wed Nov 13 08:06:25 2024 +0100 |
committer | Ronald Cron <ronald.cron@arm.com> | Wed Dec 04 14:25:02 2024 +0100 |
tree | 3504f0870df3ba86bf20522fcdfc175f439effdd | |
parent | 6924564970ed5885cfa9ba2f9dbeb5869fa4e14a [diff] [blame] |
Remove unnecessary error.h inclusions Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c index 36ac022..c878e34 100644 --- a/programs/test/benchmark.c +++ b/programs/test/benchmark.c
@@ -46,7 +46,7 @@ #include "mbedtls/ecdsa.h" #include "mbedtls/ecdh.h" -#include "mbedtls/error.h" +#include "mbedtls/error_common.h" /* *INDENT-OFF* */ #ifndef asm