From 98c46cdf8d1eca2a7efc9f90ce76f7eb5b9d6399 Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:06:34 -0700 Subject: [PATCH] Twitch Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- Gems/Twitch/Code/Source/ComponentStub.cpp | 2 -- Gems/Twitch/Code/Source/TwitchModule.cpp | 1 - Gems/Twitch/Code/Source/TwitchREST.cpp | 1 - Gems/Twitch/Code/Source/TwitchReflection.cpp | 1 - Gems/Twitch/Code/Source/TwitchSystemComponent.cpp | 2 -- Gems/Twitch/Code/Source/Twitch_precompiled.h | 7 ------- Gems/Twitch/Code/lmbraws_unsupported_files.cmake | 1 - Gems/Twitch/Code/twitch_files.cmake | 1 - 8 files changed, 16 deletions(-) delete mode 100644 Gems/Twitch/Code/Source/Twitch_precompiled.h 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