From ee2c1ad8fa29afa55c82b5c837fe6f192994eb9c Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 8 Aug 2019 16:09:32 +0300 Subject: [PATCH] engine: net_ws: include engine headers first --- engine/common/net_ws.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/common/net_ws.c b/engine/common/net_ws.c index a827d9b3..d66145bf 100644 --- a/engine/common/net_ws.c +++ b/engine/common/net_ws.c @@ -13,6 +13,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ +#include "common.h" +#include "client.h" // ConnectionProgress +#include "netchan.h" +#include "mathlib.h" #ifdef _WIN32 // Winsock #include @@ -29,10 +33,6 @@ GNU General Public License for more details. #include #include #endif -#include "common.h" -#include "client.h" // ConnectionProgress utilities -#include "netchan.h" -#include "mathlib.h" #define NET_USE_FRAGMENTS