Reduce inclusion overhead a little bit

Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
This commit is contained in:
nemerle
2021-07-20 02:31:38 +02:00
parent 4a4e6eb376
commit e76b65fce9
26 changed files with 84 additions and 55 deletions
@@ -6,7 +6,9 @@
*
*/
#include <PostProcess/GradientWeightModifier/GradientWeightModifierController.h>
#include <AzCore/Serialization/SerializeContext.h>
namespace AZ
{
@@ -7,6 +7,7 @@
*/
#include <PostProcess/RadiusWeightModifier/RadiusWeightModifierComponentController.h>
#include <AzCore/RTTI/BehaviorContext.h>
namespace AZ
{
@@ -8,6 +8,7 @@
#include <PostProcess/ShapeWeightModifier/ShapeWeightModifierComponentController.h>
#include <LmbrCentral/Shape/ShapeComponentBus.h>
#include <AzCore/Serialization/SerializeContext.h>
namespace AZ
{