From 58fbd8a5d7adecbb4c412dcac2013bf61c2d8bfc Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:19:56 -0700 Subject: [PATCH] WhiteBoxUnsupported Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- Gems/WhiteBox/Code/Source/WhiteBoxModuleUnsupported.cpp | 2 -- .../Code/Source/WhiteBoxUnsupported_precompiled.h | 8 -------- Gems/WhiteBox/Code/whitebox_unsupported_files.cmake | 1 - 3 files changed, 11 deletions(-) delete mode 100644 Gems/WhiteBox/Code/Source/WhiteBoxUnsupported_precompiled.h diff --git a/Gems/WhiteBox/Code/Source/WhiteBoxModuleUnsupported.cpp b/Gems/WhiteBox/Code/Source/WhiteBoxModuleUnsupported.cpp index f0796d621c..61ead9ae22 100644 --- a/Gems/WhiteBox/Code/Source/WhiteBoxModuleUnsupported.cpp +++ b/Gems/WhiteBox/Code/Source/WhiteBoxModuleUnsupported.cpp @@ -5,8 +5,6 @@ * */ -#include - #include #if defined(WHITE_BOX_EDITOR) diff --git a/Gems/WhiteBox/Code/Source/WhiteBoxUnsupported_precompiled.h b/Gems/WhiteBox/Code/Source/WhiteBoxUnsupported_precompiled.h deleted file mode 100644 index cc8a920d01..0000000000 --- a/Gems/WhiteBox/Code/Source/WhiteBoxUnsupported_precompiled.h +++ /dev/null @@ -1,8 +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/WhiteBox/Code/whitebox_unsupported_files.cmake b/Gems/WhiteBox/Code/whitebox_unsupported_files.cmake index dac84c280f..79204b2047 100644 --- a/Gems/WhiteBox/Code/whitebox_unsupported_files.cmake +++ b/Gems/WhiteBox/Code/whitebox_unsupported_files.cmake @@ -7,5 +7,4 @@ set(FILES Source/WhiteBoxModuleUnsupported.cpp - Source/WhiteBoxUnsupported_precompiled.h )