mirror of
https://github.com/boostorg/math.git
synced 2026-02-20 02:42:24 +00:00
Fix non-portable include path warning. [CI SKIP]
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#ifndef BOOST_HYPERGEOMETRIC_1F1_LARGE_ABZ_HPP_
|
||||
#define BOOST_HYPERGEOMETRIC_1F1_LARGE_ABZ_HPP_
|
||||
|
||||
#include <boost/math/special_functions/detail/hypergeometric_1f1_bessel.hpp>
|
||||
#include <boost/math/special_functions/detail/hypergeometric_1F1_bessel.hpp>
|
||||
#include <boost/math/special_functions/detail/hypergeometric_series.hpp>
|
||||
#include <boost/math/special_functions/gamma.hpp>
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
#include <boost/math/special_functions/detail/hypergeometric_1F1_bessel.hpp>
|
||||
#include <boost/math/special_functions/detail/hypergeometric_1F1_scaled_series.hpp>
|
||||
#include <boost/math/special_functions/detail/hypergeometric_pFq_checked_series.hpp>
|
||||
#include <boost/math/special_functions/detail/hypergeometric_1f1_addition_theorems_on_z.hpp>
|
||||
#include <boost/math/special_functions/detail/hypergeometric_1f1_large_abz.hpp>
|
||||
#include <boost/math/special_functions/detail/hypergeometric_1F1_addition_theorems_on_z.hpp>
|
||||
#include <boost/math/special_functions/detail/hypergeometric_1F1_large_abz.hpp>
|
||||
|
||||
namespace boost { namespace math { namespace detail {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user