From 7441be730e5a8f5d9d8133e5abe84c5009dac360 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 7 Oct 2022 13:47:54 +0200 Subject: [PATCH] removed spurious #include --- include/boost/unordered/detail/foa.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 6fcd38e8..8a7ecd78 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -11,8 +11,6 @@ #ifndef BOOST_UNORDERED_DETAIL_FOA_HPP #define BOOST_UNORDERED_DETAIL_FOA_HPP -#include - #include #include #include