Remove unnecessary includes
This commit is contained in:
parent
7e7d931ee9
commit
073b4b78f1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user