Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / coroutine / example / asymmetric / echo.cpp
index 9f1e2cb..ba3e82e 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;