From 6a61dada4cb4551e4f2661809d49fa1bb1ce8c99 Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:05:27 -0700 Subject: [PATCH] StartingPointMovement Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- .../Code/Source/StartingPointMovementGem.cpp | 2 -- .../Code/Source/StartingPointMovement_precompiled.h | 8 -------- .../Code/startingpointmovement_shared_files.cmake | 1 - 3 files changed, 11 deletions(-) delete mode 100644 Gems/StartingPointMovement/Code/Source/StartingPointMovement_precompiled.h diff --git a/Gems/StartingPointMovement/Code/Source/StartingPointMovementGem.cpp b/Gems/StartingPointMovement/Code/Source/StartingPointMovementGem.cpp index 057a32c514..d48162ef96 100644 --- a/Gems/StartingPointMovement/Code/Source/StartingPointMovementGem.cpp +++ b/Gems/StartingPointMovement/Code/Source/StartingPointMovementGem.cpp @@ -5,8 +5,6 @@ * */ -#include "StartingPointMovement_precompiled.h" - #include #include diff --git a/Gems/StartingPointMovement/Code/Source/StartingPointMovement_precompiled.h b/Gems/StartingPointMovement/Code/Source/StartingPointMovement_precompiled.h deleted file mode 100644 index cc8a920d01..0000000000 --- a/Gems/StartingPointMovement/Code/Source/StartingPointMovement_precompiled.h +++ /dev/null @@ -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 diff --git a/Gems/StartingPointMovement/Code/startingpointmovement_shared_files.cmake b/Gems/StartingPointMovement/Code/startingpointmovement_shared_files.cmake index f2addd54fa..eaef289c6e 100644 --- a/Gems/StartingPointMovement/Code/startingpointmovement_shared_files.cmake +++ b/Gems/StartingPointMovement/Code/startingpointmovement_shared_files.cmake @@ -9,5 +9,4 @@ set(FILES Source/StartingPointMovementGem.cpp Include/StartingPointMovement/StartingPointMovementConstants.h Include/StartingPointMovement/StartingPointMovementUtilities.h - Source/StartingPointMovement_precompiled.h )