From a3654dfb11986605a0464cf78f95c72e56e06d3b Mon Sep 17 00:00:00 2001
From: Daniel Rupp <daniel.rupp@rwth-aachen.de>
Date: Thu, 23 Nov 2023 14:55:41 +0100
Subject: [PATCH] fix(interaction): removes unused/broken include after
 renaming

---
 .../Private/Interaction/Interactors/GrabComponent.cpp            | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Source/RWTHVRToolkit/Private/Interaction/Interactors/GrabComponent.cpp b/Source/RWTHVRToolkit/Private/Interaction/Interactors/GrabComponent.cpp
index f03818c5..c4ee4efc 100644
--- a/Source/RWTHVRToolkit/Private/Interaction/Interactors/GrabComponent.cpp
+++ b/Source/RWTHVRToolkit/Private/Interaction/Interactors/GrabComponent.cpp
@@ -9,7 +9,6 @@
 #include "Interaction/Interactables/InteractionBitSet.h"
 
 #include "Kismet/GameplayStatics.h"
-#include "Utility/VirtualRealityUtilities.h"
 
 // Sets default values for this component's properties
 UGrabComponent::UGrabComponent()
-- 
GitLab