From 53dd04c13ba04e7abd2b0d535997a3e7f5bf7385 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Wed, 20 Oct 2021 11:19:16 +0200 Subject: [PATCH] Remove unneeded include Signed-off-by: Gabor Mezei --- include/mbedtls/constant_time.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/mbedtls/constant_time.h b/include/mbedtls/constant_time.h index 69df954d4..bd7758fff 100644 --- a/include/mbedtls/constant_time.h +++ b/include/mbedtls/constant_time.h @@ -20,8 +20,6 @@ #ifndef MBEDTLS_CONSTANT_TIME_H #define MBEDTLS_CONSTANT_TIME_H -#include "common.h" - #include