Remove duplicate mbedtls/build_info.h include

This commit removes duplicate includes for mbedtls/build_info.h where
the file already includes common.h.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey 2024-10-14 08:41:31 +01:00
parent b81cd1af64
commit fb6cea508f
2 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@
#define MBEDTLS_SSL_MISC_H
#include "common.h"
#include "mbedtls/build_info.h"
#include "mbedtls/error.h"

View File

@ -13,8 +13,6 @@
#include "common.h"
#include "mbedtls/private_access.h"
#include "mbedtls/build_info.h"
#include "mbedtls/x509.h"
#include "mbedtls/asn1.h"
#include "pk_internal.h"