Remove redundant include, my mistake

This commit is contained in:
KitsuneAlex
2022-01-31 19:36:45 +01:00
parent fffa5856de
commit 4863f7829d

View File

@@ -373,7 +373,6 @@ YG_EXTERN_C_END
#include <functional>
#include <vector>
#include <type_traits>
// Templated delegates for YGMemoryAllocate & YGMemoryFree, so we don't have to
// cast nor pass in the size of the allocated chunk of memory explicitly.