Gems/HttpRequestor
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "HttpRequestor_precompiled.h"
|
||||
#include <AzCore/Module/Module.h>
|
||||
|
||||
AZ_DECLARE_MODULE_CLASS(Gem_HttpRequestor, AZ::Module)
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "HttpRequestor_precompiled.h"
|
||||
|
||||
#include <AzFramework/AzFramework_Traits_Platform.h>
|
||||
#include <AzCore/PlatformDef.h>
|
||||
|
||||
// The AWS Native SDK AWSAllocator triggers a warning due to accessing members of std::allocator directly.
|
||||
// AWSAllocator.h(70): warning C4996: 'std::allocator<T>::pointer': warning STL4010: Various members of std::allocator are deprecated in C++17.
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "HttpRequestor_precompiled.h"
|
||||
#include "HttpRequestorSystemComponent.h"
|
||||
#include <AzCore/Module/Module.h>
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "HttpRequestor_precompiled.h"
|
||||
|
||||
#include <AzCore/Serialization/SerializeContext.h>
|
||||
#include <AzCore/Serialization/EditContext.h>
|
||||
|
||||
@@ -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 <AzCore/PlatformDef.h>
|
||||
@@ -4,7 +4,7 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "HttpRequestor_precompiled.h"
|
||||
|
||||
#include <AzTest/AzTest.h>
|
||||
#include <AzCore/std/smart_ptr/shared_ptr.h>
|
||||
#include <AzCore/std/parallel/atomic.h>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#
|
||||
|
||||
set(FILES
|
||||
Source/HttpRequestor_precompiled.h
|
||||
Source/HttpRequestManager.cpp
|
||||
Source/HttpRequestManager.h
|
||||
Include/HttpRequestor/HttpRequestorBus.h
|
||||
|
||||
@@ -6,6 +6,5 @@
|
||||
#
|
||||
|
||||
set(FILES
|
||||
Source/HttpRequestor_precompiled.h
|
||||
Source/ComponentStub.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user