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/main.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'game/server/main.cc') diff --git a/game/server/main.cc b/game/server/main.cc index b3caf36..9d7026f 100644 --- a/game/server/main.cc +++ b/game/server/main.cc @@ -1,11 +1,15 @@ #include "server/pch.hh" #include "core/config/number.hh" + #include "core/io/cmdline.hh" #include "core/io/config_map.hh" + #include "core/math/constexpr.hh" + #include "core/resource/image.hh" #include "core/resource/resource.hh" + #include "core/utils/epoch.hh" #include "core/threading.hh" -- cgit