diff --git a/Gems/Twitch/Code/Source/ComponentStub.cpp b/Gems/Twitch/Code/Source/ComponentStub.cpp index f65d127212..cf2be12c3f 100644 --- a/Gems/Twitch/Code/Source/ComponentStub.cpp +++ b/Gems/Twitch/Code/Source/ComponentStub.cpp @@ -5,8 +5,6 @@ * */ -#include "Twitch_precompiled.h" - #include AZ_DECLARE_MODULE_CLASS(Gem_Twitch, AZ::Module) diff --git a/Gems/Twitch/Code/Source/TwitchModule.cpp b/Gems/Twitch/Code/Source/TwitchModule.cpp index 9819c93e7c..9ec7ad5a2f 100644 --- a/Gems/Twitch/Code/Source/TwitchModule.cpp +++ b/Gems/Twitch/Code/Source/TwitchModule.cpp @@ -5,7 +5,6 @@ * */ -#include "Twitch_precompiled.h" #include #include diff --git a/Gems/Twitch/Code/Source/TwitchREST.cpp b/Gems/Twitch/Code/Source/TwitchREST.cpp index d4d42347aa..e6cc90c9df 100644 --- a/Gems/Twitch/Code/Source/TwitchREST.cpp +++ b/Gems/Twitch/Code/Source/TwitchREST.cpp @@ -5,7 +5,6 @@ * */ -#include "Twitch_precompiled.h" #include #include #include diff --git a/Gems/Twitch/Code/Source/TwitchReflection.cpp b/Gems/Twitch/Code/Source/TwitchReflection.cpp index 50d4079d7a..1d353a8d72 100644 --- a/Gems/Twitch/Code/Source/TwitchReflection.cpp +++ b/Gems/Twitch/Code/Source/TwitchReflection.cpp @@ -5,7 +5,6 @@ * */ -#include "Twitch_precompiled.h" #include #include #include diff --git a/Gems/Twitch/Code/Source/TwitchSystemComponent.cpp b/Gems/Twitch/Code/Source/TwitchSystemComponent.cpp index c163d39370..4624f5da42 100644 --- a/Gems/Twitch/Code/Source/TwitchSystemComponent.cpp +++ b/Gems/Twitch/Code/Source/TwitchSystemComponent.cpp @@ -5,8 +5,6 @@ * */ -#include "Twitch_precompiled.h" - #include #include #include diff --git a/Gems/Twitch/Code/Source/Twitch_precompiled.h b/Gems/Twitch/Code/Source/Twitch_precompiled.h deleted file mode 100644 index e41e011a88..0000000000 --- a/Gems/Twitch/Code/Source/Twitch_precompiled.h +++ /dev/null @@ -1,7 +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/Twitch/Code/lmbraws_unsupported_files.cmake b/Gems/Twitch/Code/lmbraws_unsupported_files.cmake index 0c76fe2cd3..6b02631077 100644 --- a/Gems/Twitch/Code/lmbraws_unsupported_files.cmake +++ b/Gems/Twitch/Code/lmbraws_unsupported_files.cmake @@ -6,6 +6,5 @@ # set(FILES - Source/Twitch_precompiled.h Source/ComponentStub.cpp ) diff --git a/Gems/Twitch/Code/twitch_files.cmake b/Gems/Twitch/Code/twitch_files.cmake index 6ae60b7923..5367b5096f 100644 --- a/Gems/Twitch/Code/twitch_files.cmake +++ b/Gems/Twitch/Code/twitch_files.cmake @@ -10,7 +10,6 @@ set(FILES Include/Twitch/TwitchTypes.h Include/Twitch/BaseTypes.h Include/Twitch/RESTTypes.h - Source/Twitch_precompiled.h Source/TwitchSystemComponent.cpp Source/TwitchSystemComponent.h Source/TwitchReflection.cpp