Move library include to the top

This helps ensure that library inclusion is self sustainable
This commit is contained in:
Nikita Kniazev
2019-11-24 21:49:24 +03:00
parent f6741b3887
commit 3bc66cbb94
20 changed files with 40 additions and 22 deletions

View 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;