From 6d8e25dfdc44ecb068ab73fc52af31683483a663 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 1 Apr 2013 10:18:01 +0000 Subject: code cleanup: split editmesh_tools.c, into inset, bevel (both modal operators) and moved extrude operators into their own file. also move some selection operators from editmesh_tools.c into editmesh_select.c --- source/blender/editors/mesh/mesh_ops.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'source/blender/editors/mesh/mesh_ops.c') diff --git a/source/blender/editors/mesh/mesh_ops.c b/source/blender/editors/mesh/mesh_ops.c index 8a22a553387..a79923a4fdb 100644 --- a/source/blender/editors/mesh/mesh_ops.c +++ b/source/blender/editors/mesh/mesh_ops.c @@ -28,13 +28,8 @@ * \ingroup edmesh */ - - - - #include "BLI_math.h" - #include "RNA_access.h" #include "WM_api.h" @@ -44,8 +39,7 @@ #include "ED_mesh.h" #include "ED_screen.h" - -#include "mesh_intern.h" +#include "mesh_intern.h" /* own include */ /**************************** registration **********************************/ -- cgit v1.2.3