diff --git a/src/util/chat.hpp b/src/util/chat.hpp index f0c26c1b..307ebaae 100644 --- a/src/util/chat.hpp +++ b/src/util/chat.hpp @@ -1,19 +1,19 @@ #pragma once -#include "file_manager/file.hpp" -#include "services/players/player_service.hpp" #include "core/enums.hpp" - -#include "packet.hpp" -#include "natives.hpp" -#include "script.hpp" -#include "fiber_pool.hpp" #include "core/scr_globals.hpp" +#include "fiber_pool.hpp" +#include "file_manager/file.hpp" +#include "natives.hpp" +#include "packet.hpp" +#include "script.hpp" +#include "services/players/player_service.hpp" #include -#include