Commit 589c5a2d authored by Joseph Noir's avatar Joseph Noir

Remove wrong forward declarations

parent 6c8a6e48
...@@ -21,13 +21,12 @@ ...@@ -21,13 +21,12 @@
#include "caf/config.hpp" #include "caf/config.hpp"
#include "caf/expected.hpp" #include "caf/expected.hpp"
#include "caf/io/network/native_socket.hpp" #include "caf/io/network/native_socket.hpp"
#include "caf/io/network/newb_base.hpp"
#include "caf/policy/transport.hpp" #include "caf/policy/transport.hpp"
namespace caf { namespace caf {
namespace io { namespace io {
struct newb_base;
template<class Message> template<class Message>
struct newb; struct newb;
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
namespace caf { namespace caf {
namespace io { namespace io {
struct newb_base;
template <class T> template <class T>
struct newb; struct newb;
......
...@@ -30,12 +30,6 @@ ...@@ -30,12 +30,6 @@
#include "caf/sec.hpp" #include "caf/sec.hpp"
namespace caf { namespace caf {
namespace io {
struct newb_base;
} // namespace io
namespace policy { namespace policy {
struct transport { struct transport {
......
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