From b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:45:26 +0500 Subject: Revise style: split include groups --- game/server/whitelist.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'game/server/whitelist.cc') 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" -- cgit