| 1 | |
|---|---|
| 2 | // Copyright Oliver Kowalke 2009. |
| 3 | // Distributed under the Boost Software License, Version 1.0. |
| 4 | // (See accompanying file LICENSE_1_0.txt or copy at |
| 5 | // http://www.boost.org/LICENSE_1_0.txt) |
| 6 | |
| 7 | #ifndef BOOST_COROUTINES_COROUTINE_H |
| 8 | #define BOOST_COROUTINES_COROUTINE_H |
| 9 | |
| 10 | #include <boost/coroutine/asymmetric_coroutine.hpp> |
| 11 | #include <boost/coroutine/symmetric_coroutine.hpp> |
| 12 | |
| 13 | #endif // BOOST_COROUTINES_COROUTINE_H |
| 14 |
