From 150569375f9c0b385e61d2b299fa8e9aac9eb249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 2 Jan 2021 17:02:47 +0100 Subject: [PATCH] include is not needed. --- test/string_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/string_test.cpp b/test/string_test.cpp index 962b6e1..cef5732 100644 --- a/test/string_test.cpp +++ b/test/string_test.cpp @@ -27,7 +27,6 @@ #include "../../intrusive/test/iterator_test.hpp" #include #include -#include using namespace boost::container;