Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / coroutine / example / asymmetric / test.cpp
index c0bbd47..c6de170 100644 (file)
@@ -1,6 +1,7 @@
-#include <boost/bind.hpp>
 #include <boost/coroutine/all.hpp>
 
+#include <boost/bind.hpp>
+
 #include "X.h"
 
 typedef boost::coroutines::asymmetric_coroutine< X& >::pull_type pull_coro_t;