Merge pull request #8077 from davidhorstmann-arm/remove-unnecessary-ct-include

Tidying: Remove unnecessary include from constant_time.c
diff --git a/library/constant_time.c b/library/constant_time.c
index 86cc066..832ded9 100644
--- a/library/constant_time.c
+++ b/library/constant_time.c
@@ -30,8 +30,6 @@
 #include "mbedtls/error.h"
 #include "mbedtls/platform_util.h"
 
-#include "../tests/include/test/constant_flow.h"
-
 #include <string.h>
 
 #if defined(MBEDTLS_USE_PSA_CRYPTO) && defined(MBEDTLS_SSL_SOME_SUITES_USE_MAC)