summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/Boost/src/boost/visit_each.hpp')
-rw-r--r--3rdParty/Boost/src/boost/visit_each.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/3rdParty/Boost/src/boost/visit_each.hpp b/3rdParty/Boost/src/boost/visit_each.hpp
index 1fc8a50..6463ca9 100644
--- a/3rdParty/Boost/src/boost/visit_each.hpp
+++ b/3rdParty/Boost/src/boost/visit_each.hpp
@@ -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)