From fff00e3fbc6d726866ecba6a41a2d4fb84628599 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Fri, 26 Jul 2024 12:00:03 -0400 Subject: [PATCH] Fix header paths --- test/test_bernoulli_constants.cpp | 2 +- test/test_float_io.cpp | 2 +- test/test_owens_t.cpp | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/test_bernoulli_constants.cpp b/test/test_bernoulli_constants.cpp index 6d73d82a4..f5ae15a3e 100644 --- a/test/test_bernoulli_constants.cpp +++ b/test/test_bernoulli_constants.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include "table_type.hpp" #include #include #include diff --git a/test/test_float_io.cpp b/test/test_float_io.cpp index 107cc39d4..e1b5c67a1 100644 --- a/test/test_float_io.cpp +++ b/test/test_float_io.cpp @@ -301,7 +301,7 @@ void test() std::ios_base::fixed | std::ios_base::showpos}}; std::array, 40> string_data = {{ -#include "libs/math/test/string_data.ipp" +#include "string_data.ipp" }}; double num = 123456789.0; diff --git a/test/test_owens_t.cpp b/test/test_owens_t.cpp index 8c33e77f0..11389dd20 100644 --- a/test/test_owens_t.cpp +++ b/test/test_owens_t.cpp @@ -38,9 +38,9 @@ using boost::math::owens_t; #include #include -#include "libs/math/test/handle_test_result.hpp" -#include "libs/math/test/table_type.hpp" -#include "libs/math/test/functor.hpp" +#include "handle_test_result.hpp" +#include "table_type.hpp" +#include "functor.hpp" #include "boost/math/tools/test_value.hpp" #include "test_owens_t.hpp"