Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / algorithm / find_backward.hpp
index 6102c9a..5903203 100644 (file)
@@ -7,13 +7,12 @@
 #ifndef BOOST_ALGORITHM_FIND_BACKWARD_HPP
 #define BOOST_ALGORITHM_FIND_BACKWARD_HPP
 
+#include <utility>
+
 #include <boost/config.hpp>
 #include <boost/range/begin.hpp>
 #include <boost/range/end.hpp>
 
-#include <utility>
-
-
 namespace boost { namespace algorithm {
 
 template<typename BidiIter, typename T>