From e5ee9a61689b69fc9787550aaf09c59d2bcf7bef Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 29 Jan 2025 03:16:27 +0300 Subject: [PATCH] Removed unneeded include. --- include/boost/iterator/advance.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/iterator/advance.hpp b/include/boost/iterator/advance.hpp index f20e159..92af8fb 100644 --- a/include/boost/iterator/advance.hpp +++ b/include/boost/iterator/advance.hpp @@ -8,7 +8,6 @@ #define BOOST_ITERATOR_ADVANCE_HPP #include -#include #include namespace boost {