2
0
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:
Nick Thompson
2019-01-18 20:45:36 -07:00
parent 695486b1ce
commit b576cb0ce7
3 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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 {