From 176a695ec06f4e638c9fd1cfbe83033f342a2e5b Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 11 Jul 2012 17:27:27 +0000 Subject: [PATCH] Fix double inclusion of which causes use of Boost.TR1 to fail. Fixes #7053. [SVN r79420] --- include/boost/math/special_functions/math_fwd.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/math/special_functions/math_fwd.hpp b/include/boost/math/special_functions/math_fwd.hpp index 5d54fd14b..6669e3fe3 100644 --- a/include/boost/math/special_functions/math_fwd.hpp +++ b/include/boost/math/special_functions/math_fwd.hpp @@ -28,7 +28,6 @@ #include #include #include -#include #define BOOST_NO_MACRO_EXPAND /**/