summaryrefslogtreecommitdiffstats
path: root/game/server/main.cc
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-09-11 13:51:50 +0500
committeruntodesu <kirill@untode.su>2025-09-11 13:51:50 +0500
commitf0cc06c7388acb32b86301965c5b2547e4e3b919 (patch)
treed6fc939b1b660562a8abdedb3330ae66defc1bcb /game/server/main.cc
parentaaed751bf4430bf4b9b30cef532b8753b9f639ce (diff)
downloadvoxelius-f0cc06c7388acb32b86301965c5b2547e4e3b919.tar.bz2
voxelius-f0cc06c7388acb32b86301965c5b2547e4e3b919.zip
Displace threading into core (qfortress graft)
Diffstat (limited to 'game/server/main.cc')
-rw-r--r--game/server/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/server/main.cc b/game/server/main.cc
index deb0f97..872307b 100644
--- a/game/server/main.cc
+++ b/game/server/main.cc
@@ -9,11 +9,11 @@
#include "core/resource/resource.hh"
#include "core/utils/epoch.hh"
+#include "core/threading.hh"
#include "core/version.hh"
#include "shared/game.hh"
#include "shared/protocol.hh"
-#include "shared/threading.hh"
#include "server/game.hh"
#include "server/globals.hh"