From b7f71fb15372d9e9a8238eaa3823b534f15aebbe Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Wed, 14 Jul 2021 09:38:04 -0700 Subject: [PATCH] others Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- .../Platform/iOS/Atom_RHI_Metal_precompiled_Platform.h | 9 --------- Gems/ScriptCanvas/Code/Editor/Tests/test_Main.cpp | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_precompiled_Platform.h diff --git a/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_precompiled_Platform.h b/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_precompiled_Platform.h deleted file mode 100644 index f9a3a23af3..0000000000 --- a/Gems/Atom/RHI/Metal/Code/Include/Platform/iOS/Atom_RHI_Metal_precompiled_Platform.h +++ /dev/null @@ -1,9 +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/ScriptCanvas/Code/Editor/Tests/test_Main.cpp b/Gems/ScriptCanvas/Code/Editor/Tests/test_Main.cpp index d6598d3d2a..46ce14b4cf 100644 --- a/Gems/ScriptCanvas/Code/Editor/Tests/test_Main.cpp +++ b/Gems/ScriptCanvas/Code/Editor/Tests/test_Main.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "StdAfx.h" + #include // minimal export required for AzTestScanner