From 48a344796a5246b999844bd6f7a2033fb8254fd9 Mon Sep 17 00:00:00 2001 From: _Redstone_c_ Date: Tue, 15 Mar 2022 10:07:22 +0800 Subject: [PATCH] fix(typetraits): Remove wrong circular include --- Redcraft.Utility/Source/Public/TypeTraits/Swappable.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Redcraft.Utility/Source/Public/TypeTraits/Swappable.h b/Redcraft.Utility/Source/Public/TypeTraits/Swappable.h index d5287d6..60a3b74 100644 --- a/Redcraft.Utility/Source/Public/TypeTraits/Swappable.h +++ b/Redcraft.Utility/Source/Public/TypeTraits/Swappable.h @@ -1,7 +1,6 @@ #pragma once #include "CoreTypes.h" -#include "Templates/Utility.h" #include "TypeTraits/HelperClasses.h" NAMESPACE_REDCRAFT_BEGIN