mirror of
https://github.com/boostorg/coroutine.git
synced 2026-01-24 05:42:17 +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/all.hpp>
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
@@ -14,7 +16,6 @@
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/range.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/coroutine/all.hpp>
|
||||
|
||||
struct node
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user