Remove unnecessary includes

This commit is contained in:
Ahrimdon 2024-03-11 00:01:49 -04:00
parent 7e7d931ee9
commit 073b4b78f1

View File

@ -3,9 +3,6 @@
#include "localized_strings.hpp"
#include "game/game.hpp"
#include <utils/hook.hpp>
#include <utils/string.hpp>
namespace branding
{
class component final : public component_interface
@ -21,6 +18,6 @@ namespace branding
localized_strings::override("LUA_MENU_LEGAL_COPYRIGHT", "IW6-MOD"); // Ahrimdon
}
};
} // namespace branding
}
REGISTER_COMPONENT(branding::component)