diff --git a/Gems/StartingPointInput/Code/Source/Input.cpp b/Gems/StartingPointInput/Code/Source/Input.cpp index 6ac711e88f..4933b65fa7 100644 --- a/Gems/StartingPointInput/Code/Source/Input.cpp +++ b/Gems/StartingPointInput/Code/Source/Input.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointInput_precompiled.h" + #include "Input.h" #include "LyToAzInputNameConversions.h" #include diff --git a/Gems/StartingPointInput/Code/Source/InputConfigurationComponent.cpp b/Gems/StartingPointInput/Code/Source/InputConfigurationComponent.cpp index 2d78cc828c..7a0b888f86 100644 --- a/Gems/StartingPointInput/Code/Source/InputConfigurationComponent.cpp +++ b/Gems/StartingPointInput/Code/Source/InputConfigurationComponent.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointInput_precompiled.h" + #include "InputConfigurationComponent.h" #include #include diff --git a/Gems/StartingPointInput/Code/Source/InputEventMap.cpp b/Gems/StartingPointInput/Code/Source/InputEventMap.cpp index aec1526250..c25d17879e 100644 --- a/Gems/StartingPointInput/Code/Source/InputEventMap.cpp +++ b/Gems/StartingPointInput/Code/Source/InputEventMap.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointInput_precompiled.h" + #include "InputEventMap.h" #include #include diff --git a/Gems/StartingPointInput/Code/Source/InputHandlerNodeable.cpp b/Gems/StartingPointInput/Code/Source/InputHandlerNodeable.cpp index d98daba121..3300a7d570 100644 --- a/Gems/StartingPointInput/Code/Source/InputHandlerNodeable.cpp +++ b/Gems/StartingPointInput/Code/Source/InputHandlerNodeable.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include + #include #include diff --git a/Gems/StartingPointInput/Code/Source/InputLibrary.cpp b/Gems/StartingPointInput/Code/Source/InputLibrary.cpp index 23d09b1b30..fc7a0b5a0d 100644 --- a/Gems/StartingPointInput/Code/Source/InputLibrary.cpp +++ b/Gems/StartingPointInput/Code/Source/InputLibrary.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include + #include #include diff --git a/Gems/StartingPointInput/Code/Source/StartingPointInputGem.cpp b/Gems/StartingPointInput/Code/Source/StartingPointInputGem.cpp index 6cc8eb33d7..17cd74c35a 100644 --- a/Gems/StartingPointInput/Code/Source/StartingPointInputGem.cpp +++ b/Gems/StartingPointInput/Code/Source/StartingPointInputGem.cpp @@ -5,8 +5,6 @@ * */ -#include "StartingPointInput_precompiled.h" - #include "InputConfigurationComponent.h" #include "InputEventBindings.h" #include "InputEventMap.h" diff --git a/Gems/StartingPointInput/Code/Source/StartingPointInput_precompiled.h b/Gems/StartingPointInput/Code/Source/StartingPointInput_precompiled.h deleted file mode 100644 index cc8a920d01..0000000000 --- a/Gems/StartingPointInput/Code/Source/StartingPointInput_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/StartingPointInput/Code/Tests/StartingPointInputTest.cpp b/Gems/StartingPointInput/Code/Tests/StartingPointInputTest.cpp index a366f757e3..c48a6e25f0 100644 --- a/Gems/StartingPointInput/Code/Tests/StartingPointInputTest.cpp +++ b/Gems/StartingPointInput/Code/Tests/StartingPointInputTest.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StartingPointInput_precompiled.h" #include #include diff --git a/Gems/StartingPointInput/Code/startingpointinput_editor_files.cmake b/Gems/StartingPointInput/Code/startingpointinput_editor_files.cmake index 4a42575140..95a0ce04ed 100644 --- a/Gems/StartingPointInput/Code/startingpointinput_editor_files.cmake +++ b/Gems/StartingPointInput/Code/startingpointinput_editor_files.cmake @@ -19,5 +19,4 @@ set(FILES Source/InputNode.h Source/InputNode.cpp Source/StartingPointInputGem.cpp - Source/StartingPointInput_precompiled.h ) diff --git a/Gems/StartingPointInput/Code/startingpointinput_files.cmake b/Gems/StartingPointInput/Code/startingpointinput_files.cmake index 000c361b5b..e66aad9013 100644 --- a/Gems/StartingPointInput/Code/startingpointinput_files.cmake +++ b/Gems/StartingPointInput/Code/startingpointinput_files.cmake @@ -21,5 +21,4 @@ set(FILES Source/InputHandlerNodeable.cpp Source/InputHandlerNodeable.ScriptCanvasNodeable.xml Source/InputNode.ScriptCanvasGrammar.xml - Source/StartingPointInput_precompiled.h )