Browse Source

engine: net_ws: include engine headers first

pull/2/head
Alibek Omarov 5 years ago
parent
commit
ee2c1ad8fa
  1. 8
      engine/common/net_ws.c

8
engine/common/net_ws.c

@ -13,6 +13,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -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 <winsock2.h>
@ -29,10 +33,6 @@ GNU General Public License for more details. @@ -29,10 +33,6 @@ GNU General Public License for more details.
#include <errno.h>
#include <fcntl.h>
#endif
#include "common.h"
#include "client.h" // ConnectionProgress utilities
#include "netchan.h"
#include "mathlib.h"
#define NET_USE_FRAGMENTS

Loading…
Cancel
Save