From a013cf3c5fb88f5d0c7dce65f21d9cf845261e65 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 8 Oct 2021 17:47:42 +0100 Subject: [PATCH] Remove dead #include. --- include/boost/regex/v5/basic_regex_creator.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/regex/v5/basic_regex_creator.hpp b/include/boost/regex/v5/basic_regex_creator.hpp index 1dc7f046..da7827f6 100644 --- a/include/boost/regex/v5/basic_regex_creator.hpp +++ b/include/boost/regex/v5/basic_regex_creator.hpp @@ -20,8 +20,6 @@ #ifndef BOOST_REGEX_V5_BASIC_REGEX_CREATOR_HPP #define BOOST_REGEX_V5_BASIC_REGEX_CREATOR_HPP -#include - #ifdef BOOST_REGEX_MSVC # pragma warning(push) #pragma warning(disable:4459)