Remove unnecessary #include.

This commit is contained in:
Peter Dimov
2014-06-03 21:13:37 +03:00
parent 5883ec1f1a
commit 56df43d6f4

View File

@@ -10,8 +10,6 @@
#ifndef BOOST_VISIT_EACH_HPP
#define BOOST_VISIT_EACH_HPP
#include <boost/config.hpp>
namespace boost {
template<typename Visitor, typename T>
inline void visit_each(Visitor& visitor, const T& t, long)