1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Remove unnecessary error.h inclusions

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2024-11-13 08:06:25 +01:00
parent 6924564970
commit 1fe5277c88
8 changed files with 1 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ int main(void)
#include "mbedtls/ecdsa.h"
#include "mbedtls/ecdh.h"
#include "mbedtls/error.h"
#include "mbedtls/error_common.h"
/* *INDENT-OFF* */
#ifndef asm