mirror of
https://github.com/boostorg/math.git
synced 2025-05-11 13:23:53 +00:00
Remove unneeded boost library includes
This commit is contained in:
parent
2fe1facdb5
commit
77c8e2aa14
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user