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?)