Commit 460a1953 authored by Dominik Charousset's avatar Dominik Charousset

Fix includes

parent 9053a3af
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "caf/make_stage_result.hpp" #include "caf/make_stage_result.hpp"
#include "caf/policy/arg.hpp" #include "caf/policy/arg.hpp"
#include "caf/stream.hpp" #include "caf/stream.hpp"
#include "caf/stream_source.hpp" #include "caf/stream_stage.hpp"
#include "caf/unit.hpp" #include "caf/unit.hpp"
namespace caf { namespace caf {
......
...@@ -18,15 +18,13 @@ ...@@ -18,15 +18,13 @@
#pragma once #pragma once
#include "caf/default_downstream_manager.hpp"
#include "caf/detail/stream_sink_driver_impl.hpp" #include "caf/detail/stream_sink_driver_impl.hpp"
#include "caf/detail/stream_sink_impl.hpp" #include "caf/detail/stream_sink_impl.hpp"
#include "caf/downstream_manager.hpp"
#include "caf/fwd.hpp" #include "caf/fwd.hpp"
#include "caf/make_sink_result.hpp" #include "caf/make_sink_result.hpp"
#include "caf/policy/arg.hpp" #include "caf/policy/arg.hpp"
#include "caf/stream.hpp" #include "caf/stream.hpp"
#include "caf/stream_source.hpp" #include "caf/stream_sink.hpp"
namespace caf { namespace caf {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "caf/make_stage_result.hpp" #include "caf/make_stage_result.hpp"
#include "caf/policy/arg.hpp" #include "caf/policy/arg.hpp"
#include "caf/stream.hpp" #include "caf/stream.hpp"
#include "caf/stream_source.hpp" #include "caf/stream_stage.hpp"
#include "caf/unit.hpp" #include "caf/unit.hpp"
namespace caf { namespace caf {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment