]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/coroutine/example/asymmetric/chaining.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / coroutine / example / asymmetric / chaining.cpp
index 314aead4e6eea01846d7c0bf06b5ab34f3438fcc..4a4dd99796787f6751f88dc46b79672fb128f432 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/all.hpp>
+
 #include <iostream>
 #include <iomanip>
 #include <string>
@@ -11,7 +13,6 @@
 #include <sstream>
 
 #include <boost/bind.hpp>
-#include <boost/coroutine/all.hpp>
 #include <boost/foreach.hpp>
 
 typedef boost::coroutines::asymmetric_coroutine<std::string> coro_t;