2
0
Эх сурвалжийг харах

ScriptedEntityTweener

Signed-off-by: Esteban Papp <[email protected]>
Esteban Papp 4 жил өмнө
parent
commit
b09dcc86d5

+ 0 - 2
Gems/ScriptedEntityTweener/Code/Source/ScriptedEntityTweenerModule.cpp

@@ -5,8 +5,6 @@
  *
  */
 
-#include "ScriptedEntityTweener_precompiled.h"
-
 #include <IGem.h>
 
 #include <ScriptedEntityTweener/ScriptedEntityTweenerBus.h>

+ 0 - 1
Gems/ScriptedEntityTweener/Code/Source/ScriptedEntityTweenerSubtask.cpp

@@ -4,7 +4,6 @@
  * SPDX-License-Identifier: Apache-2.0 OR MIT
  *
  */
-#include "ScriptedEntityTweener_precompiled.h"
 
 #include <AzCore/Math/Color.h>
 

+ 0 - 2
Gems/ScriptedEntityTweener/Code/Source/ScriptedEntityTweenerSystemComponent.cpp

@@ -5,8 +5,6 @@
  *
  */
 
-#include "ScriptedEntityTweener_precompiled.h"
-
 #include <AzCore/RTTI/BehaviorContext.h>
 #include <AzCore/Serialization/SerializeContext.h>
 #include <AzCore/Serialization/EditContext.h>

+ 0 - 1
Gems/ScriptedEntityTweener/Code/Source/ScriptedEntityTweenerTask.cpp

@@ -4,7 +4,6 @@
  * SPDX-License-Identifier: Apache-2.0 OR MIT
  *
  */
-#include "ScriptedEntityTweener_precompiled.h"
 
 #include <ScriptedEntityTweener/ScriptedEntityTweenerBus.h>
 

+ 0 - 8
Gems/ScriptedEntityTweener/Code/Source/ScriptedEntityTweener_precompiled.h

@@ -1,8 +0,0 @@
-/*
- * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.
- * 
- * SPDX-License-Identifier: Apache-2.0 OR MIT
- *
- */
-
-#pragma once

+ 0 - 1
Gems/ScriptedEntityTweener/Code/scriptedentitytweener_files.cmake

@@ -6,7 +6,6 @@
 #
 
 set(FILES
-    Source/ScriptedEntityTweener_precompiled.h
     Include/ScriptedEntityTweener/ScriptedEntityTweenerBus.h
     Include/ScriptedEntityTweener/ScriptedEntityTweenerEnums.h
     Source/ScriptedEntityTweenerMath.h