Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / algorithm / find_not.hpp
index 4d8a28a..cc9dc21 100644 (file)
@@ -7,13 +7,12 @@
 #ifndef BOOST_ALGORITHM_FIND_NOT_HPP
 #define BOOST_ALGORITHM_FIND_NOT_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 InputIter, typename Sentinel, typename T>