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