From f0cc06c7388acb32b86301965c5b2547e4e3b919 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 13:51:50 +0500 Subject: Displace threading into core (qfortress graft) --- game/server/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/server/main.cc') 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" -- cgit