diff --git a/Gems/LyShineExamples/Code/Source/LyShineExamplesCppExample.cpp b/Gems/LyShineExamples/Code/Source/LyShineExamplesCppExample.cpp index e3abc6efa6..4850d4d1cf 100644 --- a/Gems/LyShineExamples/Code/Source/LyShineExamplesCppExample.cpp +++ b/Gems/LyShineExamples/Code/Source/LyShineExamplesCppExample.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "LyShineExamples_precompiled.h" #include "LyShineExamplesCppExample.h" diff --git a/Gems/LyShineExamples/Code/Source/LyShineExamplesModule.cpp b/Gems/LyShineExamples/Code/Source/LyShineExamplesModule.cpp index 8cc9f22c96..6454aebf10 100644 --- a/Gems/LyShineExamples/Code/Source/LyShineExamplesModule.cpp +++ b/Gems/LyShineExamples/Code/Source/LyShineExamplesModule.cpp @@ -5,8 +5,6 @@ * */ -#include "LyShineExamples_precompiled.h" - #include "LyShineExamplesSystemComponent.h" #include "UiTestScrollBoxDataProviderComponent.h" #include "UiCustomImageComponent.h" diff --git a/Gems/LyShineExamples/Code/Source/LyShineExamplesSerialize.cpp b/Gems/LyShineExamples/Code/Source/LyShineExamplesSerialize.cpp index 314b013a16..67cbc0dfec 100644 --- a/Gems/LyShineExamples/Code/Source/LyShineExamplesSerialize.cpp +++ b/Gems/LyShineExamples/Code/Source/LyShineExamplesSerialize.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "LyShineExamples_precompiled.h" + #include "LyShineExamplesSerialize.h" #include diff --git a/Gems/LyShineExamples/Code/Source/LyShineExamplesSystemComponent.cpp b/Gems/LyShineExamples/Code/Source/LyShineExamplesSystemComponent.cpp index bbcef6fb12..4c97871de7 100644 --- a/Gems/LyShineExamples/Code/Source/LyShineExamplesSystemComponent.cpp +++ b/Gems/LyShineExamples/Code/Source/LyShineExamplesSystemComponent.cpp @@ -5,8 +5,6 @@ * */ -#include "LyShineExamples_precompiled.h" - #include #include diff --git a/Gems/LyShineExamples/Code/Source/LyShineExamples_precompiled.h b/Gems/LyShineExamples/Code/Source/LyShineExamples_precompiled.h deleted file mode 100644 index eefa26c318..0000000000 --- a/Gems/LyShineExamples/Code/Source/LyShineExamples_precompiled.h +++ /dev/null @@ -1,10 +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 - -#include // Many CryCommon files require that this is included first. diff --git a/Gems/LyShineExamples/Code/Source/UiCustomImageComponent.cpp b/Gems/LyShineExamples/Code/Source/UiCustomImageComponent.cpp index 40166951a3..19740a9aca 100644 --- a/Gems/LyShineExamples/Code/Source/UiCustomImageComponent.cpp +++ b/Gems/LyShineExamples/Code/Source/UiCustomImageComponent.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "LyShineExamples_precompiled.h" + #include "UiCustomImageComponent.h" #include diff --git a/Gems/LyShineExamples/Code/Source/UiDynamicContentDatabase.cpp b/Gems/LyShineExamples/Code/Source/UiDynamicContentDatabase.cpp index 9eb5163945..1f48dd5cc8 100644 --- a/Gems/LyShineExamples/Code/Source/UiDynamicContentDatabase.cpp +++ b/Gems/LyShineExamples/Code/Source/UiDynamicContentDatabase.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "LyShineExamples_precompiled.h" + #include "UiDynamicContentDatabase.h" #include #include diff --git a/Gems/LyShineExamples/Code/Source/UiTestScrollBoxDataProviderComponent.cpp b/Gems/LyShineExamples/Code/Source/UiTestScrollBoxDataProviderComponent.cpp index cd370957fc..f2463aedde 100644 --- a/Gems/LyShineExamples/Code/Source/UiTestScrollBoxDataProviderComponent.cpp +++ b/Gems/LyShineExamples/Code/Source/UiTestScrollBoxDataProviderComponent.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "LyShineExamples_precompiled.h" + #include "UiTestScrollBoxDataProviderComponent.h" #include diff --git a/Gems/LyShineExamples/Code/lyshineexamples_files.cmake b/Gems/LyShineExamples/Code/lyshineexamples_files.cmake index 39cd168256..34c6b6d2f5 100644 --- a/Gems/LyShineExamples/Code/lyshineexamples_files.cmake +++ b/Gems/LyShineExamples/Code/lyshineexamples_files.cmake @@ -6,7 +6,6 @@ # set(FILES - Source/LyShineExamples_precompiled.h Include/LyShineExamples/LyShineExamplesBus.h Include/LyShineExamples/LyShineExamplesCppExampleBus.h Include/LyShineExamples/UiCustomImageBus.h