From 56df43d6f4fe8793f59b2fd10c313d89349083f4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 3 Jun 2014 21:13:37 +0300 Subject: [PATCH] Remove unnecessary #include. --- include/boost/visit_each.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/visit_each.hpp b/include/boost/visit_each.hpp index 1fc8a50..6463ca9 100644 --- a/include/boost/visit_each.hpp +++ b/include/boost/visit_each.hpp @@ -10,8 +10,6 @@ #ifndef BOOST_VISIT_EACH_HPP #define BOOST_VISIT_EACH_HPP -#include - namespace boost { template inline void visit_each(Visitor& visitor, const T& t, long)