From c8d31807d298b3918d3d0a533771dc1e7cadf8c4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 26 Feb 2020 14:24:57 +1100 Subject: Cleanup: reduce CDDM use, remove unused function calls --- source/blender/modifiers/intern/MOD_weighted_normal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_weighted_normal.c') diff --git a/source/blender/modifiers/intern/MOD_weighted_normal.c b/source/blender/modifiers/intern/MOD_weighted_normal.c index 92055119298..1d6767a8077 100644 --- a/source/blender/modifiers/intern/MOD_weighted_normal.c +++ b/source/blender/modifiers/intern/MOD_weighted_normal.c @@ -20,14 +20,15 @@ #include "MEM_guardedalloc.h" +#include "BLI_bitmap.h" #include "BLI_linklist.h" #include "BLI_math.h" #include "DNA_mesh_types.h" +#include "DNA_meshdata_types.h" #include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "BKE_cdderivedmesh.h" #include "BKE_deform.h" #include "BKE_lib_id.h" #include "BKE_mesh.h" -- cgit v1.2.3