summaryrefslogtreecommitdiffstats
path: root/game/server/whitelist.cc
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-09-11 15:45:26 +0500
committeruntodesu <kirill@untode.su>2025-09-11 15:45:26 +0500
commitb8bbc54c5c920aff1ff1b45a693f50d6d96d61c8 (patch)
tree8b2903b313a71f8851705be400fc3e0a8317028f /game/server/whitelist.cc
parenta6ea7b7bbc66327cc2a957496f65dcfab5361cee (diff)
downloadvoxelius-b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8.tar.bz2
voxelius-b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8.zip
Revise style: split include groups
Diffstat (limited to 'game/server/whitelist.cc')
-rw-r--r--game/server/whitelist.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/server/whitelist.cc b/game/server/whitelist.cc
index 4e53ee8..0807c19 100644
--- a/game/server/whitelist.cc
+++ b/game/server/whitelist.cc
@@ -4,8 +4,11 @@
#include "core/config/boolean.hh"
#include "core/config/string.hh"
+
#include "core/io/config_map.hh"
+
#include "core/math/crc64.hh"
+
#include "core/utils/string.hh"
#include "server/game.hh"