]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/streamsocket.cpp
Include the matching header first in .cpp files
[libs/net.git] / source / net / streamsocket.cpp
index 02a7b54ede3c6591031c4eac7b16ff7b478f7044..9e2d79afe7e1b27dd87d81c5a6b2f7db2f6103b6 100644 (file)
@@ -1,11 +1,11 @@
 #include "platform_api.h"
+#include "streamsocket.h"
 #include <msp/core/systemerror.h>
 #include <msp/io/handle_private.h>
 #include <msp/io/poll.h>
 #include <msp/strings/format.h>
 #include "sockaddr_private.h"
 #include "socket_private.h"
-#include "streamsocket.h"
 
 namespace Msp {
 namespace Net {