From b576cb0ce7b857c604f8a4707a289b904f42e484 Mon Sep 17 00:00:00 2001 From: Nick Thompson Date: Fri, 18 Jan 2019 20:45:36 -0700 Subject: [PATCH] Fix non-portable include path warning. [CI SKIP] --- ...on_z.hpp => hypergeometric_1F1_addition_theorems_on_z.hpp} | 0 .../special_functions/detail/hypergeometric_1F1_large_abz.hpp | 2 +- include/boost/math/special_functions/hypergeometric_1F1.hpp | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename include/boost/math/special_functions/detail/{hypergeometric_1f1_addition_theorems_on_z.hpp => hypergeometric_1F1_addition_theorems_on_z.hpp} (100%) diff --git a/include/boost/math/special_functions/detail/hypergeometric_1f1_addition_theorems_on_z.hpp b/include/boost/math/special_functions/detail/hypergeometric_1F1_addition_theorems_on_z.hpp similarity index 100% rename from include/boost/math/special_functions/detail/hypergeometric_1f1_addition_theorems_on_z.hpp rename to include/boost/math/special_functions/detail/hypergeometric_1F1_addition_theorems_on_z.hpp diff --git a/include/boost/math/special_functions/detail/hypergeometric_1F1_large_abz.hpp b/include/boost/math/special_functions/detail/hypergeometric_1F1_large_abz.hpp index 2ff0dc83f..bf714f808 100644 --- a/include/boost/math/special_functions/detail/hypergeometric_1F1_large_abz.hpp +++ b/include/boost/math/special_functions/detail/hypergeometric_1F1_large_abz.hpp @@ -8,7 +8,7 @@ #ifndef BOOST_HYPERGEOMETRIC_1F1_LARGE_ABZ_HPP_ #define BOOST_HYPERGEOMETRIC_1F1_LARGE_ABZ_HPP_ -#include +#include #include #include diff --git a/include/boost/math/special_functions/hypergeometric_1F1.hpp b/include/boost/math/special_functions/hypergeometric_1F1.hpp index 5233492d4..7bdb7140e 100644 --- a/include/boost/math/special_functions/hypergeometric_1F1.hpp +++ b/include/boost/math/special_functions/hypergeometric_1F1.hpp @@ -21,8 +21,8 @@ #include #include #include -#include -#include +#include +#include namespace boost { namespace math { namespace detail {