]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/coroutine/test/test_asymmetric_coroutine.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / coroutine / test / test_asymmetric_coroutine.cpp
index b44f92087b157029736730c9bc3d0b2ad3027744..124271a1730e40614c9d2d2f94689d4cb3708996 100644 (file)
@@ -4,6 +4,8 @@
 //    (See accompanying file LICENSE_1_0.txt or copy at
 //          http://www.boost.org/LICENSE_1_0.txt)
 
+#include <boost/coroutine/asymmetric_coroutine.hpp>
+
 #include <algorithm>
 #include <iostream>
 #include <sstream>
@@ -23,8 +25,6 @@
 #include <boost/tuple/tuple.hpp>
 #include <boost/utility.hpp>
 
-#include <boost/coroutine/asymmetric_coroutine.hpp>
-
 namespace coro = boost::coroutines;
 
 int value1 = 0;