summaryrefslogtreecommitdiffstats
path: root/src/SocketWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SocketWriter.cpp')
-rw-r--r--src/SocketWriter.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/SocketWriter.cpp b/src/SocketWriter.cpp
index e927666c..83895701 100644
--- a/src/SocketWriter.cpp
+++ b/src/SocketWriter.cpp
@@ -14,14 +14,16 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <errno.h>
-#include <sys/types.h>
-#include <sys/socket.h>
+#include "ingen/SocketWriter.hpp"
+
+#include "ingen/URI.hpp"
+#include "raul/Socket.hpp"
#include <boost/variant/get.hpp>
-#include "ingen/SocketWriter.hpp"
-#include "raul/Socket.hpp"
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <utility>
#ifndef MSG_NOSIGNAL
# define MSG_NOSIGNAL 0