mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-01 16:57:46 +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 <[email protected]>
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#define MBEDTLS_SSL_MISC_H
|
||||
|
||||
#include "common.h"
|
||||
#include "mbedtls/build_info.h"
|
||||
|
||||
#include "mbedtls/error.h"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user