Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare.

[SVN r78502]
This commit is contained in:
Dave Abrahams
2012-05-18 04:44:04 +00:00
parent 5a04c9e05b
commit a72eae6099
7 changed files with 4 additions and 7 deletions

1
include/boost/range/algorithm/for_each.hpp Executable file → Normal file
View File

@ -14,7 +14,6 @@
#include <boost/range/end.hpp>
#include <boost/range/concepts.hpp>
#include <boost/ref.hpp>
#include <boost/utility.hpp>
#include <algorithm>
#if BOOST_WORKAROUND(BOOST_MSVC, == 1600)