From d805a4a5efd53de234302d22fc0917db53b50e2b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 6 Nov 2018 12:52:34 +1100 Subject: Cleanup: move fast heap into own source & header --- source/blender/modifiers/intern/MOD_skin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_skin.c') diff --git a/source/blender/modifiers/intern/MOD_skin.c b/source/blender/modifiers/intern/MOD_skin.c index f93512bc81a..098f4051347 100644 --- a/source/blender/modifiers/intern/MOD_skin.c +++ b/source/blender/modifiers/intern/MOD_skin.c @@ -66,7 +66,7 @@ #include "BLI_utildefines.h" #include "BLI_array.h" -#include "BLI_heap.h" +#include "BLI_heap_simple.h" #include "BLI_math.h" #include "BLI_stack.h" #include "BLI_bitmap.h" -- cgit v1.2.3