]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/gil/test/core/image_processing/threshold_truncate.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / gil / test / core / image_processing / threshold_truncate.cpp
index 4549440c537877a57440b31078adc354a1ebc4a5..18266dec67be4613b71af348168d08b288969c8d 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/image_view.hpp>
+#include <boost/gil/image_processing/threshold.hpp>
 
+#include <boost/core/lightweight_test.hpp>
 
 namespace gil = boost::gil;