From 4621071758f2c9b18e4e340f61282fee06287091 Mon Sep 17 00:00:00 2001 From: Anjan Roy Date: Mon, 2 Sep 2024 19:42:47 +0400 Subject: [PATCH] Remove redundant header file include Signed-off-by: Anjan Roy --- include/ml_kem/internals/poly/poly_vec.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ml_kem/internals/poly/poly_vec.hpp b/include/ml_kem/internals/poly/poly_vec.hpp index af1199d..49ce228 100644 --- a/include/ml_kem/internals/poly/poly_vec.hpp +++ b/include/ml_kem/internals/poly/poly_vec.hpp @@ -3,7 +3,6 @@ #include "ml_kem/internals/poly/compression.hpp" #include "ml_kem/internals/poly/ntt.hpp" #include "ml_kem/internals/poly/serialize.hpp" -#include "ml_kem/internals/utility/force_inline.hpp" #include "ml_kem/internals/utility/params.hpp" namespace ml_kem_utils {