Merge pull request #2284 from nemerle/header_inclution_reductions_pt1

Reduce inclusion overhead a little bit
This commit is contained in:
Esteban Papp
2021-07-20 10:51:25 -07:00
committed by GitHub
26 changed files with 84 additions and 55 deletions
@@ -8,6 +8,7 @@
#pragma once
#include <AzCore/Math/Transform.h>
#include <AzCore/Memory/SystemAllocator.h>
namespace AZ
{
@@ -7,6 +7,7 @@
*/
#include <Prefab/PrefabTestComponent.h>
#include <AzCore/Serialization/SerializeContext.h>
namespace UnitTest
{