]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/coroutine/example/asymmetric/echo.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / coroutine / example / asymmetric / echo.cpp
index 9f1e2cb7a1303aa9403dcffac752900f87ca0ca2..ba3e82e2e4ddbba2a67e09ccb8593b6ea258fc5d 100644 (file)
@@ -4,11 +4,12 @@
 //    (See accompanying file LICENSE_1_0.txt or copy at
 //          http://www.boost.org/LICENSE_1_0.txt)
 
+#include <boost/coroutine/all.hpp>
+
 #include <cstdlib>
 #include <iostream>
 
 #include <boost/bind.hpp>
-#include <boost/coroutine/all.hpp>
 
 typedef boost::coroutines::asymmetric_coroutine< void >::pull_type pull_coro_t;
 typedef boost::coroutines::asymmetric_coroutine< void >::push_type push_coro_t;