From 83fb238a8b7ee60191eecc4b101875d614d98c36 Mon Sep 17 00:00:00 2001 From: Chizhov Anton Date: Sun, 7 Jan 2024 00:38:10 +0300 Subject: [PATCH] Remove unused include `` from `ind_algorithm.h` --- src/core/algorithms/ind/ind_algorithm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/algorithms/ind/ind_algorithm.h b/src/core/algorithms/ind/ind_algorithm.h index 0ad7ef3303..ca4b3d20d8 100644 --- a/src/core/algorithms/ind/ind_algorithm.h +++ b/src/core/algorithms/ind/ind_algorithm.h @@ -1,7 +1,6 @@ #pragma once #include -#include #include #include