Commit ae331cb6 authored by Dominik Charousset's avatar Dominik Charousset

Clean up includes

parent 26043940
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
#pragma once #pragma once
#include <cstdint> #include <cstdint>
#include <functional>
#include <utility>
#include "caf/atom.hpp" #include "caf/atom.hpp"
#include "caf/detail/comparable.hpp" #include "caf/detail/comparable.hpp"
......
...@@ -18,12 +18,11 @@ ...@@ -18,12 +18,11 @@
#include "caf/error.hpp" #include "caf/error.hpp"
#include "caf/config.hpp" #include <utility>
#include "caf/deep_to_string.hpp" #include "caf/deep_to_string.hpp"
#include "caf/deserializer.hpp"
#include "caf/make_message.hpp" #include "caf/make_message.hpp"
#include "caf/message.hpp" #include "caf/message.hpp"
#include "caf/serializer.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