all.hpp 519 B

12345678910111213141516
  1. // Copyright Oliver Kowalke 2009.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_COROUTINES_ALL_H
  6. #define BOOST_COROUTINES_ALL_H
  7. #include <boost/coroutine/attributes.hpp>
  8. #include <boost/coroutine/coroutine.hpp>
  9. #include <boost/coroutine/exceptions.hpp>
  10. #include <boost/coroutine/flags.hpp>
  11. #include <boost/coroutine/stack_allocator.hpp>
  12. #endif // BOOST_COROUTINES_ALL_H