From 075f8797ac35925089116959c98366ccd2cb00e6 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Fri, 19 Jan 2024 16:48:42 +0000 Subject: [PATCH] Remove include of build_info.h Signed-off-by: Dave Rodgman --- library/alignment.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/alignment.h b/library/alignment.h index 26f15261c..248f29bc7 100644 --- a/library/alignment.h +++ b/library/alignment.h @@ -15,8 +15,6 @@ #include #include -#include "mbedtls/build_info.h" - /* * Define MBEDTLS_EFFICIENT_UNALIGNED_ACCESS for architectures where unaligned memory * accesses are known to be efficient.