forked from boostorg/container
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:
@@ -15,7 +15,6 @@
|
||||
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <new>
|
||||
#include <utility>
|
||||
#include <cstring>
|
||||
#include <algorithm> //std::remove
|
||||
|
||||
Reference in New Issue
Block a user