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 )