diff --git a/Gems/DebugDraw/Code/Source/DebugDrawLineComponent.cpp b/Gems/DebugDraw/Code/Source/DebugDrawLineComponent.cpp index ce64e7ed91..e750ebfe30 100644 --- a/Gems/DebugDraw/Code/Source/DebugDrawLineComponent.cpp +++ b/Gems/DebugDraw/Code/Source/DebugDrawLineComponent.cpp @@ -5,8 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" - #include #include diff --git a/Gems/DebugDraw/Code/Source/DebugDrawModule.cpp b/Gems/DebugDraw/Code/Source/DebugDrawModule.cpp index 13628a1ac4..960904b441 100644 --- a/Gems/DebugDraw/Code/Source/DebugDrawModule.cpp +++ b/Gems/DebugDraw/Code/Source/DebugDrawModule.cpp @@ -5,7 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" #include "DebugDrawSystemComponent.h" #include "DebugDrawLineComponent.h" diff --git a/Gems/DebugDraw/Code/Source/DebugDrawObbComponent.cpp b/Gems/DebugDraw/Code/Source/DebugDrawObbComponent.cpp index 405a96dac4..29f2df22ab 100644 --- a/Gems/DebugDraw/Code/Source/DebugDrawObbComponent.cpp +++ b/Gems/DebugDraw/Code/Source/DebugDrawObbComponent.cpp @@ -5,7 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" #include #include diff --git a/Gems/DebugDraw/Code/Source/DebugDrawRayComponent.cpp b/Gems/DebugDraw/Code/Source/DebugDrawRayComponent.cpp index 1e4b8d3975..cb88d7b37b 100644 --- a/Gems/DebugDraw/Code/Source/DebugDrawRayComponent.cpp +++ b/Gems/DebugDraw/Code/Source/DebugDrawRayComponent.cpp @@ -5,7 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" #include #include diff --git a/Gems/DebugDraw/Code/Source/DebugDrawSphereComponent.cpp b/Gems/DebugDraw/Code/Source/DebugDrawSphereComponent.cpp index fe8fc8e44a..7bb1b8f3a9 100644 --- a/Gems/DebugDraw/Code/Source/DebugDrawSphereComponent.cpp +++ b/Gems/DebugDraw/Code/Source/DebugDrawSphereComponent.cpp @@ -5,7 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" #include #include diff --git a/Gems/DebugDraw/Code/Source/DebugDrawSystemComponent.cpp b/Gems/DebugDraw/Code/Source/DebugDrawSystemComponent.cpp index 7b7e229919..aaa3ff16a5 100644 --- a/Gems/DebugDraw/Code/Source/DebugDrawSystemComponent.cpp +++ b/Gems/DebugDraw/Code/Source/DebugDrawSystemComponent.cpp @@ -5,7 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" #include #include diff --git a/Gems/DebugDraw/Code/Source/DebugDrawTextComponent.cpp b/Gems/DebugDraw/Code/Source/DebugDrawTextComponent.cpp index 5cffc2e501..630517685d 100644 --- a/Gems/DebugDraw/Code/Source/DebugDrawTextComponent.cpp +++ b/Gems/DebugDraw/Code/Source/DebugDrawTextComponent.cpp @@ -5,7 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" #include #include diff --git a/Gems/DebugDraw/Code/Source/DebugDraw_precompiled.h b/Gems/DebugDraw/Code/Source/DebugDraw_precompiled.h deleted file mode 100644 index cc8a920d01..0000000000 --- a/Gems/DebugDraw/Code/Source/DebugDraw_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/DebugDraw/Code/Source/EditorDebugDrawComponentCommon.cpp b/Gems/DebugDraw/Code/Source/EditorDebugDrawComponentCommon.cpp index deb95c4251..e644864369 100644 --- a/Gems/DebugDraw/Code/Source/EditorDebugDrawComponentCommon.cpp +++ b/Gems/DebugDraw/Code/Source/EditorDebugDrawComponentCommon.cpp @@ -5,7 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" #include #include diff --git a/Gems/DebugDraw/Code/Source/EditorDebugDrawLineComponent.cpp b/Gems/DebugDraw/Code/Source/EditorDebugDrawLineComponent.cpp index 4453358ba8..136df95fa7 100644 --- a/Gems/DebugDraw/Code/Source/EditorDebugDrawLineComponent.cpp +++ b/Gems/DebugDraw/Code/Source/EditorDebugDrawLineComponent.cpp @@ -5,7 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" #include #include diff --git a/Gems/DebugDraw/Code/Source/EditorDebugDrawObbComponent.cpp b/Gems/DebugDraw/Code/Source/EditorDebugDrawObbComponent.cpp index 6462b65c6f..a9615a99f2 100644 --- a/Gems/DebugDraw/Code/Source/EditorDebugDrawObbComponent.cpp +++ b/Gems/DebugDraw/Code/Source/EditorDebugDrawObbComponent.cpp @@ -5,7 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" #include #include diff --git a/Gems/DebugDraw/Code/Source/EditorDebugDrawRayComponent.cpp b/Gems/DebugDraw/Code/Source/EditorDebugDrawRayComponent.cpp index af3b125bb1..030d51ba23 100644 --- a/Gems/DebugDraw/Code/Source/EditorDebugDrawRayComponent.cpp +++ b/Gems/DebugDraw/Code/Source/EditorDebugDrawRayComponent.cpp @@ -5,7 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" #include #include diff --git a/Gems/DebugDraw/Code/Source/EditorDebugDrawSphereComponent.cpp b/Gems/DebugDraw/Code/Source/EditorDebugDrawSphereComponent.cpp index 6ddaac84ac..f7cdb03cb4 100644 --- a/Gems/DebugDraw/Code/Source/EditorDebugDrawSphereComponent.cpp +++ b/Gems/DebugDraw/Code/Source/EditorDebugDrawSphereComponent.cpp @@ -5,7 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" #include #include diff --git a/Gems/DebugDraw/Code/Source/EditorDebugDrawTextComponent.cpp b/Gems/DebugDraw/Code/Source/EditorDebugDrawTextComponent.cpp index 20ce2ff09f..bbafa7a09d 100644 --- a/Gems/DebugDraw/Code/Source/EditorDebugDrawTextComponent.cpp +++ b/Gems/DebugDraw/Code/Source/EditorDebugDrawTextComponent.cpp @@ -5,7 +5,6 @@ * */ -#include "DebugDraw_precompiled.h" #include #include diff --git a/Gems/DebugDraw/Code/debugdraw_editor_files.cmake b/Gems/DebugDraw/Code/debugdraw_editor_files.cmake index b1e8cc372d..686639a81c 100644 --- a/Gems/DebugDraw/Code/debugdraw_editor_files.cmake +++ b/Gems/DebugDraw/Code/debugdraw_editor_files.cmake @@ -6,7 +6,6 @@ # set(FILES - Source/DebugDraw_precompiled.h Include/DebugDraw/DebugDrawBus.h Source/DebugDrawModule.cpp Source/DebugDrawLineComponent.cpp diff --git a/Gems/DebugDraw/Code/debugdraw_files.cmake b/Gems/DebugDraw/Code/debugdraw_files.cmake index d45871ed3f..9e98d0d2f0 100644 --- a/Gems/DebugDraw/Code/debugdraw_files.cmake +++ b/Gems/DebugDraw/Code/debugdraw_files.cmake @@ -6,7 +6,6 @@ # set(FILES - Source/DebugDraw_precompiled.h Include/DebugDraw/DebugDrawBus.h Source/DebugDrawLineComponent.cpp Source/DebugDrawLineComponent.h