From 5eed3234adcc67203e650c4152eeb6efaaa87c33 Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Tue, 13 Jul 2021 14:50:30 -0700 Subject: [PATCH] Gems/HttpRequestor Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- Gems/HttpRequestor/Code/Source/ComponentStub.cpp | 1 - Gems/HttpRequestor/Code/Source/HttpRequestManager.cpp | 2 +- Gems/HttpRequestor/Code/Source/HttpRequestorModule.cpp | 1 - .../Code/Source/HttpRequestorSystemComponent.cpp | 1 - .../Code/Source/HttpRequestor_precompiled.h | 10 ---------- Gems/HttpRequestor/Code/Tests/HttpRequestorTest.cpp | 2 +- Gems/HttpRequestor/Code/httprequestor_files.cmake | 1 - .../HttpRequestor/Code/lmbraws_unsupported_files.cmake | 1 - 8 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 Gems/HttpRequestor/Code/Source/HttpRequestor_precompiled.h diff --git a/Gems/HttpRequestor/Code/Source/ComponentStub.cpp b/Gems/HttpRequestor/Code/Source/ComponentStub.cpp index f9c03ac233..dbdc1b3c25 100644 --- a/Gems/HttpRequestor/Code/Source/ComponentStub.cpp +++ b/Gems/HttpRequestor/Code/Source/ComponentStub.cpp @@ -5,7 +5,6 @@ * */ -#include "HttpRequestor_precompiled.h" #include AZ_DECLARE_MODULE_CLASS(Gem_HttpRequestor, AZ::Module) diff --git a/Gems/HttpRequestor/Code/Source/HttpRequestManager.cpp b/Gems/HttpRequestor/Code/Source/HttpRequestManager.cpp index eed88e3dae..981640e9d1 100644 --- a/Gems/HttpRequestor/Code/Source/HttpRequestManager.cpp +++ b/Gems/HttpRequestor/Code/Source/HttpRequestManager.cpp @@ -4,9 +4,9 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "HttpRequestor_precompiled.h" #include +#include // The AWS Native SDK AWSAllocator triggers a warning due to accessing members of std::allocator directly. // AWSAllocator.h(70): warning C4996: 'std::allocator::pointer': warning STL4010: Various members of std::allocator are deprecated in C++17. diff --git a/Gems/HttpRequestor/Code/Source/HttpRequestorModule.cpp b/Gems/HttpRequestor/Code/Source/HttpRequestorModule.cpp index c0321c6f3d..a1a6a4bb8b 100644 --- a/Gems/HttpRequestor/Code/Source/HttpRequestorModule.cpp +++ b/Gems/HttpRequestor/Code/Source/HttpRequestorModule.cpp @@ -5,7 +5,6 @@ * */ -#include "HttpRequestor_precompiled.h" #include "HttpRequestorSystemComponent.h" #include diff --git a/Gems/HttpRequestor/Code/Source/HttpRequestorSystemComponent.cpp b/Gems/HttpRequestor/Code/Source/HttpRequestorSystemComponent.cpp index 6da1f28d9c..b6c617a616 100644 --- a/Gems/HttpRequestor/Code/Source/HttpRequestorSystemComponent.cpp +++ b/Gems/HttpRequestor/Code/Source/HttpRequestorSystemComponent.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "HttpRequestor_precompiled.h" #include #include diff --git a/Gems/HttpRequestor/Code/Source/HttpRequestor_precompiled.h b/Gems/HttpRequestor/Code/Source/HttpRequestor_precompiled.h deleted file mode 100644 index 2ff5546d1b..0000000000 --- a/Gems/HttpRequestor/Code/Source/HttpRequestor_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 diff --git a/Gems/HttpRequestor/Code/Tests/HttpRequestorTest.cpp b/Gems/HttpRequestor/Code/Tests/HttpRequestorTest.cpp index 3a4a9e7d71..672a4e382c 100644 --- a/Gems/HttpRequestor/Code/Tests/HttpRequestorTest.cpp +++ b/Gems/HttpRequestor/Code/Tests/HttpRequestorTest.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "HttpRequestor_precompiled.h" + #include #include #include diff --git a/Gems/HttpRequestor/Code/httprequestor_files.cmake b/Gems/HttpRequestor/Code/httprequestor_files.cmake index 79bd51688d..1c714926d5 100644 --- a/Gems/HttpRequestor/Code/httprequestor_files.cmake +++ b/Gems/HttpRequestor/Code/httprequestor_files.cmake @@ -6,7 +6,6 @@ # set(FILES - Source/HttpRequestor_precompiled.h Source/HttpRequestManager.cpp Source/HttpRequestManager.h Include/HttpRequestor/HttpRequestorBus.h diff --git a/Gems/HttpRequestor/Code/lmbraws_unsupported_files.cmake b/Gems/HttpRequestor/Code/lmbraws_unsupported_files.cmake index 52599c307c..6b02631077 100644 --- a/Gems/HttpRequestor/Code/lmbraws_unsupported_files.cmake +++ b/Gems/HttpRequestor/Code/lmbraws_unsupported_files.cmake @@ -6,6 +6,5 @@ # set(FILES - Source/HttpRequestor_precompiled.h Source/ComponentStub.cpp )