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/util/undo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/util/undo.c') diff --git a/source/blender/editors/util/undo.c b/source/blender/editors/util/undo.c index 56a835beeb8..6ab68d2261e 100644 --- a/source/blender/editors/util/undo.c +++ b/source/blender/editors/util/undo.c @@ -37,10 +37,10 @@ #include "MEM_guardedalloc.h" +#include "DNA_mesh_types.h" #include "DNA_object_types.h" #include "BLI_blenlib.h" -#include "BLI_editVert.h" #include "BLI_dynstr.h" #include "BLI_utildefines.h" -- cgit v1.2.3