Replace "boost/move/utility.hpp" with "boost/move/utility_core.hpp" to minimize dependencies.

This commit is contained in:
Ion Gaztañaga
2014-09-17 23:36:23 +02:00
parent 5313086d54
commit 3025cc41b6
38 changed files with 44 additions and 47 deletions

View File

@@ -19,7 +19,7 @@
#include <boost/container/node_allocator.hpp>
#include <boost/container/adaptive_pool.hpp>
#include <boost/move/utility.hpp>
#include <boost/move/utility_core.hpp>
#include "check_equal_containers.hpp"
#include "movable_int.hpp"
#include "expand_bwd_test_allocator.hpp"