From f3b74fe43399dfd7c5999ab2b15ea1d66a90b619 Mon Sep 17 00:00:00 2001 From: Orange Date: Sun, 14 Dec 2025 10:18:58 +0300 Subject: [PATCH] removed useless comment --- include/omath/collision/epa_algorithm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/omath/collision/epa_algorithm.hpp b/include/omath/collision/epa_algorithm.hpp index e2bb72c..a009300 100644 --- a/include/omath/collision/epa_algorithm.hpp +++ b/include/omath/collision/epa_algorithm.hpp @@ -1,6 +1,6 @@ #pragma once #include "simplex.hpp" -#include // find_if +#include #include #include #include