From eee670608e952e46e6be345900c9806a7233beb2 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Fri, 7 Feb 2025 14:10:12 +0300 Subject: [PATCH] Revert "Added a workaround for the missing MPL includes in Range." This reverts commit dfb1fd9bed90ff6279e4f65d9bcf24f25147a5d0. The missing includes were added to Boost.Range, the workaround is no longer needed. --- test/range_distance_compat_test.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/range_distance_compat_test.cpp b/test/range_distance_compat_test.cpp index 8fd918f..ef7e301 100644 --- a/test/range_distance_compat_test.cpp +++ b/test/range_distance_compat_test.cpp @@ -4,15 +4,6 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// The following Boost.MPL includes are needed to mitigate the missing includes in Boost.Range. -// They can be removed once https://github.com/boostorg/range/pull/154 is merged. -// -- Begin workaround includes -#include -#include -#include -#include -// -- End of workaround includes - #include #include #include