From f9cdf59a627853bdb7b0f1d8781fb53daab94ed8 Mon Sep 17 00:00:00 2001 From: ggkogkou <76820848+ggkogkou@users.noreply.github.com> Date: Wed, 27 Oct 2021 23:06:14 +0300 Subject: [PATCH] Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal --- numerical_methods/midpoint_integral_method.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/numerical_methods/midpoint_integral_method.cpp b/numerical_methods/midpoint_integral_method.cpp index 441d8bad5..f6e63a318 100644 --- a/numerical_methods/midpoint_integral_method.cpp +++ b/numerical_methods/midpoint_integral_method.cpp @@ -1,10 +1,3 @@ -#include /// for IO operations -#include /// for math functions -#include /// for assert -#include /// for std::atof -#include /// for std::function -#include /// for std::map container - /*! * @file * \brief A numerical method for easy approximation of integrals