mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 09:40:32 +00:00
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:
parent
b81cd1af64
commit
fb6cea508f
@ -11,7 +11,6 @@
|
|||||||
#define MBEDTLS_SSL_MISC_H
|
#define MBEDTLS_SSL_MISC_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "mbedtls/build_info.h"
|
|
||||||
|
|
||||||
#include "mbedtls/error.h"
|
#include "mbedtls/error.h"
|
||||||
|
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "mbedtls/private_access.h"
|
#include "mbedtls/private_access.h"
|
||||||
|
|
||||||
#include "mbedtls/build_info.h"
|
|
||||||
|
|
||||||
#include "mbedtls/x509.h"
|
#include "mbedtls/x509.h"
|
||||||
#include "mbedtls/asn1.h"
|
#include "mbedtls/asn1.h"
|
||||||
#include "pk_internal.h"
|
#include "pk_internal.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user