Commit 1c0b810e authored by Dominik Charousset's avatar Dominik Charousset

Avoid unnecessary includes

parent b3c59ff4
...@@ -26,11 +26,8 @@ ...@@ -26,11 +26,8 @@
#include "caf/actor.hpp" #include "caf/actor.hpp"
#include "caf/actor_cast.hpp" #include "caf/actor_cast.hpp"
#include "caf/detail/core_export.hpp" #include "caf/detail/core_export.hpp"
#include "caf/downstream_manager.hpp"
#include "caf/downstream_msg.hpp" #include "caf/downstream_msg.hpp"
#include "caf/fwd.hpp" #include "caf/fwd.hpp"
#include "caf/mailbox_element.hpp"
#include "caf/message_builder.hpp"
#include "caf/ref_counted.hpp" #include "caf/ref_counted.hpp"
#include "caf/stream.hpp" #include "caf/stream.hpp"
#include "caf/stream_slot.hpp" #include "caf/stream_slot.hpp"
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include <typeinfo> #include <typeinfo>
#include "caf/detail/type_traits.hpp" #include "caf/detail/type_traits.hpp"
#include "caf/downstream_manager.hpp"
#include "caf/inbound_path.hpp" #include "caf/inbound_path.hpp"
#include "caf/intrusive_ptr.hpp" #include "caf/intrusive_ptr.hpp"
#include "caf/stream_manager.hpp" #include "caf/stream_manager.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