From 6001850973e6db099845b42812cce00c4588a1d5 Mon Sep 17 00:00:00 2001 From: jatin Date: Mon, 13 Nov 2023 18:04:28 +0000 Subject: [PATCH] Fix bad include --- include/math_approx/math_approx.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/math_approx/math_approx.hpp b/include/math_approx/math_approx.hpp index 0ee9cdf..734138b 100644 --- a/include/math_approx/math_approx.hpp +++ b/include/math_approx/math_approx.hpp @@ -6,7 +6,5 @@ namespace math_approx #include "src/basic_math.hpp" -#include "src/pow_approx.hpp" - #include "src/tanh_approx.hpp" #include "src/sigmoid_approx.hpp"