mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Remove unneeded boost library includes
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
|
||||
#include <boost/config.hpp> // for BOOST_PLATFORM, BOOST_COMPILER, BOOST_STDLIB ...
|
||||
#include <boost/version.hpp> // for BOOST_MSVC versions.
|
||||
#include <boost/cstdint.hpp>
|
||||
#include <boost/exception/exception.hpp> // boost::exception
|
||||
#include <boost/math/constants/constants.hpp> // For exp_minus_one == 3.67879441171442321595523770161460867e-01.
|
||||
|
||||
#define BOOST_MATH_INSTRUMENT_LAMBERT_W // #define only for diagnostic output.
|
||||
|
||||
@@ -10,8 +10,6 @@
|
||||
|
||||
#include <boost/config.hpp> // for BOOST_PLATFORM, BOOST_COMPILER, BOOST_STDLIB ...
|
||||
#include <boost/version.hpp> // for BOOST_MSVC versions.
|
||||
#include <boost/cstdint.hpp>
|
||||
#include <boost/exception/exception.hpp> // boost::exception
|
||||
#include <boost/math/constants/constants.hpp> // For exp_minus_one == 3.67879441171442321595523770161460867e-01.
|
||||
#include <boost/math/policies/policy.hpp>
|
||||
#include <boost/math/special_functions/next.hpp> // for float_distance.
|
||||
|
||||
@@ -20,8 +20,6 @@
|
||||
|
||||
#include <boost/config.hpp> // for BOOST_PLATFORM, BOOST_COMPILER, BOOST_STDLIB ...
|
||||
#include <boost/version.hpp> // for BOOST_MSVC versions.
|
||||
#include <boost/cstdint.hpp>
|
||||
#include <boost/exception/exception.hpp> // boost::exception
|
||||
#include <boost/math/constants/constants.hpp> // For exp_minus_one == 3.67879441171442321595523770161460867e-01.
|
||||
#include <boost/math/policies/policy.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user