Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
b0b3e936
Commit
b0b3e936
authored
Jun 02, 2017
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix includes
parent
47fc09c1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
libcaf_core/caf/stream_sink_impl.hpp
libcaf_core/caf/stream_sink_impl.hpp
+0
-1
libcaf_core/caf/stream_stage_impl.hpp
libcaf_core/caf/stream_stage_impl.hpp
+0
-1
libcaf_core/test/manual_stream_management.cpp
libcaf_core/test/manual_stream_management.cpp
+1
-0
No files found.
libcaf_core/caf/stream_sink_impl.hpp
View file @
b0b3e936
...
...
@@ -20,7 +20,6 @@
#ifndef CAF_STREAM_SINK_IMPL_HPP
#define CAF_STREAM_SINK_IMPL_HPP
#include "caf/upstream.hpp"
#include "caf/stream_sink.hpp"
#include "caf/stream_sink_trait.hpp"
...
...
libcaf_core/caf/stream_stage_impl.hpp
View file @
b0b3e936
...
...
@@ -20,7 +20,6 @@
#ifndef CAF_STREAM_STAGE_IMPL_HPP
#define CAF_STREAM_STAGE_IMPL_HPP
#include "caf/upstream.hpp"
#include "caf/downstream.hpp"
#include "caf/stream_stage.hpp"
#include "caf/stream_stage_trait.hpp"
...
...
libcaf_core/test/manual_stream_management.cpp
View file @
b0b3e936
...
...
@@ -29,6 +29,7 @@
#define CAF_SUITE manual_stream_management
#include "caf/test/dsl.hpp"
#include "caf/upstream_path.hpp"
#include "caf/stream_source.hpp"
#include "caf/filtering_downstream.hpp"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment