Reduced include dependencies:

- Replaced boost/move/move.hpp with boost/move/utility_core.hpp
- Replaces <new> with placement_new.hpp
- Removed some unneeded std includes.
This commit is contained in:
Ion Gaztañaga
2014-09-26 08:12:40 +02:00
parent 3af96e0801
commit d19b012d53
25 changed files with 760 additions and 685 deletions
@@ -31,7 +31,6 @@
#include <memory>
#include <algorithm>
#include <cstddef>
#include <new>
namespace boost {
namespace container {