2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-19 04:02:17 +00:00

remove execution_context.hpp from contiunation.cpp

This commit is contained in:
Oliver Kowalke
2021-06-01 17:42:50 +02:00
parent c532d2ee3b
commit 7c451db14a

View File

@@ -8,8 +8,6 @@
#include "boost/context/continuation_ucontext.hpp"
#elif defined(BOOST_USE_WINFIB)
#include "boost/context/continuation_winfib.hpp"
#else
#include "boost/context/execution_context.hpp"
#endif
#include <boost/config.hpp>