summaryrefslogtreecommitdiffstats
path: root/src/client/OSCClientReceiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/OSCClientReceiver.cpp')
-rw-r--r--src/client/OSCClientReceiver.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/OSCClientReceiver.cpp b/src/client/OSCClientReceiver.cpp
index e71d19d5..4fef1d1c 100644
--- a/src/client/OSCClientReceiver.cpp
+++ b/src/client/OSCClientReceiver.cpp
@@ -19,9 +19,6 @@
#include <stdio.h>
#include <string.h>
-#include <list>
-#include <sstream>
-
#include "raul/log.hpp"
#include "raul/AtomLiblo.hpp"
#include "raul/Path.hpp"
@@ -40,8 +37,8 @@ namespace Client {
OSCClientReceiver::OSCClientReceiver(int listen_port,
SharedPtr<ClientInterface> target)
: _target(target)
- , _listen_port(listen_port)
, _st(NULL)
+ , _listen_port(listen_port)
{
#ifdef RAUL_LOG_DEBUG
start(true);