Commit cff00163 authored by Matthias Vallentin's avatar Matthias Vallentin

Remove two stale boost::actor_io references.

parent 255967b6
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
using namespace std; using namespace std;
using namespace caf; using namespace caf;
using namespace boost::actor_io;
namespace { namespace {
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
using namespace std; using namespace std;
using namespace caf; using namespace caf;
using namespace boost::actor_io;
struct ping { struct ping {
int32_t value; int32_t value;
......
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