From 0f08c8966689bca1df33dcaaccd812618e959eb6 Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:54:44 -0700 Subject: [PATCH] Gems/Metastream Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- Gems/Metastream/Code/Source/BaseHttpServer.cpp | 2 +- Gems/Metastream/Code/Source/CivetHttpServer.cpp | 2 +- Gems/Metastream/Code/Source/DataCache.cpp | 2 +- Gems/Metastream/Code/Source/MetastreamGem.cpp | 1 - Gems/Metastream/Code/Source/Metastream_precompiled.h | 7 ------- Gems/Metastream/Code/Tests/MetastreamTest.cpp | 1 - Gems/Metastream/Code/metastream_files.cmake | 1 - 7 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 Gems/Metastream/Code/Source/Metastream_precompiled.h diff --git a/Gems/Metastream/Code/Source/BaseHttpServer.cpp b/Gems/Metastream/Code/Source/BaseHttpServer.cpp index 8d61da64a8..8c02feb0ec 100644 --- a/Gems/Metastream/Code/Source/BaseHttpServer.cpp +++ b/Gems/Metastream/Code/Source/BaseHttpServer.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Metastream_precompiled.h" + #include "BaseHttpServer.h" #include "DataCache.h" diff --git a/Gems/Metastream/Code/Source/CivetHttpServer.cpp b/Gems/Metastream/Code/Source/CivetHttpServer.cpp index 904a0c57e7..51a2c46ff6 100644 --- a/Gems/Metastream/Code/Source/CivetHttpServer.cpp +++ b/Gems/Metastream/Code/Source/CivetHttpServer.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Metastream_precompiled.h" + #include "CivetHttpServer.h" #include #include diff --git a/Gems/Metastream/Code/Source/DataCache.cpp b/Gems/Metastream/Code/Source/DataCache.cpp index c5c80f32bd..5e2e376fda 100644 --- a/Gems/Metastream/Code/Source/DataCache.cpp +++ b/Gems/Metastream/Code/Source/DataCache.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Metastream_precompiled.h" + #include "DataCache.h" #include #include diff --git a/Gems/Metastream/Code/Source/MetastreamGem.cpp b/Gems/Metastream/Code/Source/MetastreamGem.cpp index 72541e508c..d699f1359f 100644 --- a/Gems/Metastream/Code/Source/MetastreamGem.cpp +++ b/Gems/Metastream/Code/Source/MetastreamGem.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Metastream_precompiled.h" #include #include diff --git a/Gems/Metastream/Code/Source/Metastream_precompiled.h b/Gems/Metastream/Code/Source/Metastream_precompiled.h deleted file mode 100644 index e41e011a88..0000000000 --- a/Gems/Metastream/Code/Source/Metastream_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/Metastream/Code/Tests/MetastreamTest.cpp b/Gems/Metastream/Code/Tests/MetastreamTest.cpp index 6df70a7faf..8e0a3d2e06 100644 --- a/Gems/Metastream/Code/Tests/MetastreamTest.cpp +++ b/Gems/Metastream/Code/Tests/MetastreamTest.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "Metastream_precompiled.h" #include #include diff --git a/Gems/Metastream/Code/metastream_files.cmake b/Gems/Metastream/Code/metastream_files.cmake index 3a0dca5c48..474a36a45e 100644 --- a/Gems/Metastream/Code/metastream_files.cmake +++ b/Gems/Metastream/Code/metastream_files.cmake @@ -6,7 +6,6 @@ # set(FILES - Source/Metastream_precompiled.h Include/Metastream/MetastreamBus.h Source/DataCache.h Source/DataCache.cpp