]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/coroutine/example/asymmetric/same_fringe.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / coroutine / example / asymmetric / same_fringe.cpp
index 85d63c73e8bcc08e2c11769d18f7d4e4ebe82282..8860eccd30829f07e66f6a9a0410d25a5fee5166 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 <cstddef>
 #include <cstdlib>
 #include <iostream>
@@ -14,7 +16,6 @@
 #include <boost/bind.hpp>
 #include <boost/range.hpp>
 #include <boost/shared_ptr.hpp>
-#include <boost/coroutine/all.hpp>
 
 struct node
 {