TR1 cyclic dependency fixes.

[SVN r34499]
This commit is contained in:
Peter Dimov 2006-07-10 13:17:41 +00:00
parent 872f12efee
commit d84481361f
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,8 @@
// William Kempf, Jesse Jones and Karl Nelson were all very helpful in the
// design of this library.
#include <functional> // unary_function, binary_function
#include <boost/preprocessor/iterate.hpp>
#include <boost/detail/workaround.hpp>

View File

@ -11,7 +11,6 @@
#define BOOST_FUNCTION_PROLOGUE_HPP
# include <cassert>
# include <algorithm>
# include <functional> // unary_function, binary_function
# include <boost/throw_exception.hpp>
# include <boost/config.hpp>
# include <boost/function/function_base.hpp>