HomeWildfire Games

Don't include ComponentManager.h in ScriptComponent

Description

Don't include ComponentManager.h in ScriptComponent

ScriptComponent does not use ComponentManager, and its derived classes (most ICMP*.cpp files) do not either. Therefore, we can skip a lot of transitive inclusions and speed up recompiling by not including it there.

Differential Revision: https://code.wildfiregames.com/D3962