mirror of
https://github.com/boostorg/coroutine.git
synced 2026-01-29 19:32:20 +00:00
Move library include to the top
This helps ensure that library inclusion is self sustainable
This commit is contained in:
@@ -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/asymmetric_coroutine.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
@@ -23,8 +25,6 @@
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
|
||||
#include <boost/coroutine/asymmetric_coroutine.hpp>
|
||||
|
||||
namespace coro = boost::coroutines;
|
||||
|
||||
int value1 = 0;
|
||||
|
||||
@@ -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/symmetric_coroutine.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
@@ -24,8 +26,6 @@
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
|
||||
#include <boost/coroutine/symmetric_coroutine.hpp>
|
||||
|
||||
namespace coro = boost::coroutines;
|
||||
|
||||
bool value1 = false;
|
||||
|
||||
Reference in New Issue
Block a user