Skip to content

Commit

Permalink
Remove duplicate mbedtls/build_info.h include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Harry-Ramsey committed Oct 14, 2024
1 parent b81cd1a commit fb6cea5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion library/ssl_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#define MBEDTLS_SSL_MISC_H

#include "common.h"
#include "mbedtls/build_info.h"

#include "mbedtls/error.h"

Expand Down
2 changes: 0 additions & 2 deletions library/x509_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fb6cea5

Please sign in to comment.