summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index d97ae9742..c61d9ef2d 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -43,6 +43,8 @@
#include "being/playerinfo.h"
#include "being/playerrelations.h"
+#include "const/net/net.h"
+
#include "input/inputmanager.h"
#include "input/joystick.h"
#include "input/keyboardconfig.h"
@@ -84,7 +86,6 @@
#include "net/ipc.h"
#include "net/loginhandler.h"
#include "net/net.h"
-#include "net/netconsts.h"
#include "net/updatetypeoperators.h"
#include "net/packetlimiter.h"
#include "net/partyhandler.h"