From cdf8b25e6474af7fff1789e917383e6fa4a85ca8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 11 Oct 2023 18:31:27 +0300 Subject: [PATCH] Remove unnecessary includes --- include/boost/assert/source_location.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/assert/source_location.hpp b/include/boost/assert/source_location.hpp index 09770f7..a265ad5 100644 --- a/include/boost/assert/source_location.hpp +++ b/include/boost/assert/source_location.hpp @@ -7,9 +7,7 @@ // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt -#include #include -#include #include #include #include