]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/server.cpp
Include the matching header first in .cpp files
[libs/net.git] / source / http / server.cpp
index 066fabe39218a47fe5a58de05450c696c110888d..9c9a876a411bd28616922edef1f535f5df4cb525 100644 (file)
@@ -1,3 +1,4 @@
+#include "server.h"
 #include <exception>
 #include <typeinfo>
 #include <msp/core/maputils.h>
@@ -9,7 +10,6 @@
 #include <msp/strings/utils.h>
 #include "request.h"
 #include "response.h"
-#include "server.h"
 
 using namespace std;