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

Remove wrong forward declarations

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