From 5b8289c05adf281aa97257be4af8dca9540a4930 Mon Sep 17 00:00:00 2001 From: LeonineKing1199 Date: Tue, 7 Dec 2021 10:49:39 -0800 Subject: [PATCH] Remove extraneous include of Boost.Container's `allocator_traits` --- include/boost/unordered/detail/implementation.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/unordered/detail/implementation.hpp b/include/boost/unordered/detail/implementation.hpp index 7bfc49dd..3bcee3db 100644 --- a/include/boost/unordered/detail/implementation.hpp +++ b/include/boost/unordered/detail/implementation.hpp @@ -1057,8 +1057,6 @@ namespace boost { // Allocator traits // -#include - namespace boost { namespace unordered { namespace detail {