From 697f1add1ae7368a6348d50f203118aeda5a0a5e Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Tue, 30 May 2017 08:32:04 +0200 Subject: [PATCH] remove dependency (header) to boost.fiber --- include/boost/coroutine2/detail/wrap.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/coroutine2/detail/wrap.hpp b/include/boost/coroutine2/detail/wrap.hpp index c628aa6..cd56338 100644 --- a/include/boost/coroutine2/detail/wrap.hpp +++ b/include/boost/coroutine2/detail/wrap.hpp @@ -13,8 +13,7 @@ #include #include -#include -#include +#include #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX