summaryrefslogtreecommitdiffstats
path: root/src/socket/SocketClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket/SocketClient.hpp')
-rw-r--r--src/socket/SocketClient.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/socket/SocketClient.hpp b/src/socket/SocketClient.hpp
index c316e4a4..14227c90 100644
--- a/src/socket/SocketClient.hpp
+++ b/src/socket/SocketClient.hpp
@@ -17,8 +17,6 @@
#ifndef INGEN_SOCKET_SOCKET_CLIENT_HPP
#define INGEN_SOCKET_SOCKET_CLIENT_HPP
-#include <string>
-
#include "SocketReader.hpp"
#include "SocketWriter.hpp"
@@ -30,7 +28,7 @@ class SocketClient : public SocketWriter
{
public:
SocketClient(World& world,
- const std::string& uri,
+ const Raul::URI& uri,
SharedPtr<Socket> sock,
SharedPtr<Interface> respondee)
: SocketWriter(world.uri_map(), world.uris(), uri, sock)