From 895a4de2ec6949e68eefe09da219b577771d6902 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 29 Apr 2025 16:47:44 +0100 Subject: [PATCH] Coverage: Remove unneeded #includes from lambert_w.hpp. --- include/boost/math/special_functions/lambert_w.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/boost/math/special_functions/lambert_w.hpp b/include/boost/math/special_functions/lambert_w.hpp index 3ebdd5189..999718d1f 100644 --- a/include/boost/math/special_functions/lambert_w.hpp +++ b/include/boost/math/special_functions/lambert_w.hpp @@ -70,14 +70,12 @@ BOOST_MATH_INSTRUMENT_LAMBERT_W_SMALL_Z_SERIES_ITERATIONS // Show evaluation of #include #include -#include -#include #include #include // Needed for testing and diagnostics only. -#include -#include +//#include +//#include #include // For float_distance. using lookup_t = double; // Type for lookup table (double or float, or even long double?)