]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/gil/test/core/image_processing/threshold_binary.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / gil / test / core / image_processing / threshold_binary.cpp
index 344fb1b74604e61f635f8f8e8251378874660bc4..098cfc0628eda665e5ac0642709432e07e8911ce 100644 (file)
@@ -5,12 +5,12 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 //
-#include <boost/gil/image_processing/threshold.hpp>
-#include <boost/gil/image_view.hpp>
-#include <boost/gil/algorithm.hpp>
 #include <boost/gil/gray.hpp>
-#include <boost/core/lightweight_test.hpp>
+#include <boost/gil/algorithm.hpp>
+#include <boost/gil/image_view.hpp>
+#include <boost/gil/image_processing/threshold.hpp>
 
+#include <boost/core/lightweight_test.hpp>
 
 namespace gil = boost::gil;