Commit b0b3e936 authored by Dominik Charousset's avatar Dominik Charousset

Fix includes

parent 47fc09c1
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifndef CAF_STREAM_SINK_IMPL_HPP #ifndef CAF_STREAM_SINK_IMPL_HPP
#define CAF_STREAM_SINK_IMPL_HPP #define CAF_STREAM_SINK_IMPL_HPP
#include "caf/upstream.hpp"
#include "caf/stream_sink.hpp" #include "caf/stream_sink.hpp"
#include "caf/stream_sink_trait.hpp" #include "caf/stream_sink_trait.hpp"
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifndef CAF_STREAM_STAGE_IMPL_HPP #ifndef CAF_STREAM_STAGE_IMPL_HPP
#define CAF_STREAM_STAGE_IMPL_HPP #define CAF_STREAM_STAGE_IMPL_HPP
#include "caf/upstream.hpp"
#include "caf/downstream.hpp" #include "caf/downstream.hpp"
#include "caf/stream_stage.hpp" #include "caf/stream_stage.hpp"
#include "caf/stream_stage_trait.hpp" #include "caf/stream_stage_trait.hpp"
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#define CAF_SUITE manual_stream_management #define CAF_SUITE manual_stream_management
#include "caf/test/dsl.hpp" #include "caf/test/dsl.hpp"
#include "caf/upstream_path.hpp"
#include "caf/stream_source.hpp" #include "caf/stream_source.hpp"
#include "caf/filtering_downstream.hpp" #include "caf/filtering_downstream.hpp"
......
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