Remove extraneous include of Boost.Container's allocator_traits

This commit is contained in:
LeonineKing1199
2021-12-07 10:49:39 -08:00
parent a6b9fb285c
commit 5b8289c05a

View File

@ -1057,8 +1057,6 @@ namespace boost {
// Allocator traits // Allocator traits
// //
#include <boost/container/allocator_traits.hpp>
namespace boost { namespace boost {
namespace unordered { namespace unordered {
namespace detail { namespace detail {