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/client/entity/player_look.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'game/client/entity/player_look.cc') diff --git a/game/client/entity/player_look.cc b/game/client/entity/player_look.cc index c633922..715475b 100644 --- a/game/client/entity/player_look.cc +++ b/game/client/entity/player_look.cc @@ -4,16 +4,21 @@ #include "core/config/boolean.hh" #include "core/config/number.hh" + #include "core/io/config_map.hh" + #include "core/math/angles.hh" #include "shared/entity/head.hh" + #include "shared/world/dimension.hh" #include "client/config/gamepad_axis.hh" #include "client/config/gamepad_button.hh" #include "client/config/keybind.hh" + #include "client/gui/settings.hh" + #include "client/io/gamepad.hh" #include "client/io/glfw.hh" -- cgit