From a368e6771a5f707f41f5959c345943cad07ef7e8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 19 Feb 2012 22:17:30 +0000 Subject: - remove some unused editmesh functions. - copy & rename EditMesh stricts for use with scanfill (remove unused members) --- source/blender/editors/object/object_relations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/object/object_relations.c') diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c index f64f25391f9..1a226112db4 100644 --- a/source/blender/editors/object/object_relations.c +++ b/source/blender/editors/object/object_relations.c @@ -35,6 +35,7 @@ #include "MEM_guardedalloc.h" #include "DNA_anim_types.h" +#include "DNA_mesh_types.h" #include "DNA_constraint_types.h" #include "DNA_group_types.h" #include "DNA_lamp_types.h" @@ -48,7 +49,6 @@ #include "DNA_object_types.h" #include "BLI_math.h" -#include "BLI_editVert.h" #include "BLI_listbase.h" #include "BLI_string.h" #include "BLI_utildefines.h" -- cgit v1.2.3