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/screenshot.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'game/client/screenshot.cc') diff --git a/game/client/screenshot.cc b/game/client/screenshot.cc index 08d8521..9b573ef 100644 --- a/game/client/screenshot.cc +++ b/game/client/screenshot.cc @@ -3,12 +3,15 @@ #include "client/screenshot.hh" #include "core/io/config_map.hh" + #include "core/utils/epoch.hh" #include "client/config/keybind.hh" + #include "client/gui/chat.hh" #include "client/gui/language.hh" #include "client/gui/settings.hh" + #include "client/io/glfw.hh" #include "client/globals.hh" -- cgit