From 4863f7829dfe322baee1a35cb68d6f38c72b1ccd Mon Sep 17 00:00:00 2001 From: KitsuneAlex Date: Mon, 31 Jan 2022 19:36:45 +0100 Subject: [PATCH] Remove redundant include, my mistake --- yoga/Yoga.h | 1 - 1 file changed, 1 deletion(-) diff --git a/yoga/Yoga.h b/yoga/Yoga.h index 2794cff1..9e0c5f25 100644 --- a/yoga/Yoga.h +++ b/yoga/Yoga.h @@ -373,7 +373,6 @@ YG_EXTERN_C_END #include #include -#include // Templated delegates for YGMemoryAllocate & YGMemoryFree, so we don't have to // cast nor pass in the size of the allocated chunk of memory explicitly.