From 6f05d647acbf896d282b1ee87f8604ffd5a61aa3 Mon Sep 17 00:00:00 2001 From: "Jeremy W. Murphy" Date: Thu, 23 Jun 2016 11:28:23 +1000 Subject: [PATCH] [polynomial] Tidy up headers. --- include/boost/math/tools/polynomial.hpp | 4 ---- include/boost/math/tools/polynomial_gcd.hpp | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/include/boost/math/tools/polynomial.hpp b/include/boost/math/tools/polynomial.hpp index d47c5dae7..df1bde374 100644 --- a/include/boost/math/tools/polynomial.hpp +++ b/include/boost/math/tools/polynomial.hpp @@ -17,14 +17,11 @@ #include #include #include -#include #include #include #include #include #include -#include -#include #include #include @@ -663,7 +660,6 @@ polynomial operator - (polynomial a) return a; } - template bool odd(polynomial const &a) { diff --git a/include/boost/math/tools/polynomial_gcd.hpp b/include/boost/math/tools/polynomial_gcd.hpp index 2163341d5..53b24f7c4 100644 --- a/include/boost/math/tools/polynomial_gcd.hpp +++ b/include/boost/math/tools/polynomial_gcd.hpp @@ -12,6 +12,7 @@ #endif #include +#include namespace boost{ namespace math{ namespace tools{