mirror of
https://github.com/boostorg/coroutine.git
synced 2026-01-23 17:32:16 +00:00
Move library include to the top
This helps ensure that library inclusion is self sustainable
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user