From 22ca963bd6c6288af411ec817644c81d14c7bade Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 25 Apr 2023 14:19:38 +0200 Subject: [PATCH] remove redundant headers --- Source/SenseGloveDebug/Private/SGDebug/SGDebugGizmo.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/SenseGloveDebug/Private/SGDebug/SGDebugGizmo.cpp b/Source/SenseGloveDebug/Private/SGDebug/SGDebugGizmo.cpp index 045e979e..e2312473 100644 --- a/Source/SenseGloveDebug/Private/SGDebug/SGDebugGizmo.cpp +++ b/Source/SenseGloveDebug/Private/SGDebug/SGDebugGizmo.cpp @@ -37,9 +37,6 @@ #include "DrawDebugHelpers.h" #include "Kismet/GameplayStatics.h" -#include "Math/Color.h" -#include "Math/Rotator.h" -#include "Math/Vector.h" void FSGDebugGizmo::Draw(const UWorld* World, const FVector& Location, const FRotator& Rotation, const FSGDebugGizmoSettings& Settings)