From f8206aa37dde68297319173600f6409cdcda1e9c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 21 Aug 2021 15:08:21 +0300 Subject: [PATCH] Remove unnecessary includes --- include/boost/mp11/detail/mp_front.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/mp11/detail/mp_front.hpp b/include/boost/mp11/detail/mp_front.hpp index 2183f15..de83d09 100644 --- a/include/boost/mp11/detail/mp_front.hpp +++ b/include/boost/mp11/detail/mp_front.hpp @@ -8,10 +8,6 @@ // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt -#include -#include -#include - namespace boost { namespace mp11