From 20af728fdf07478b5a146370b59f902a70b85a68 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Mar 2019 10:53:07 +0100 Subject: Clean up includes and forward declarations --- src/SocketWriter.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/SocketWriter.cpp') 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 . */ -#include -#include -#include +#include "ingen/SocketWriter.hpp" + +#include "ingen/URI.hpp" +#include "raul/Socket.hpp" #include -#include "ingen/SocketWriter.hpp" -#include "raul/Socket.hpp" +#include +#include +#include #ifndef MSG_NOSIGNAL # define MSG_NOSIGNAL 0 -- cgit v1.2.1