Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / coroutine / example / asymmetric / simple.cpp
index aae34bc..045bed8 100644 (file)
@@ -1,8 +1,9 @@
+#include <boost/coroutine/all.hpp>
+
 #include <cstdlib>
 #include <iostream>
 
 #include <boost/bind.hpp>
-#include <boost/coroutine/all.hpp>
 
 #include "X.h"