From 2512a4950e0214ba5cd307f940cf3c4ee77b21ad Mon Sep 17 00:00:00 2001 From: MARCEL HARA Date: Tue, 29 Nov 2022 16:40:50 +0000 Subject: [PATCH] Updated TempCharacter.cpp cleared unused header file --- Source/the_twilight_abyss/PlayerTemp/TempCharacter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/the_twilight_abyss/PlayerTemp/TempCharacter.cpp b/Source/the_twilight_abyss/PlayerTemp/TempCharacter.cpp index ad5e537..e74b47a 100644 --- a/Source/the_twilight_abyss/PlayerTemp/TempCharacter.cpp +++ b/Source/the_twilight_abyss/PlayerTemp/TempCharacter.cpp @@ -2,7 +2,6 @@ #include "TempCharacter.h" -#include "IDetailTreeNode.h" #include "Blueprint/UserWidget.h" #include "the_twilight_abyss/BaseItems/InventoryComponent.h" #include "the_twilight_abyss/BaseItems/Items/BaseItem.h"