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_navmesh.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/mesh/mesh_navmesh.c') diff --git a/source/blender/editors/mesh/mesh_navmesh.c b/source/blender/editors/mesh/mesh_navmesh.c index 2111b6f3409..e6c36274687 100644 --- a/source/blender/editors/mesh/mesh_navmesh.c +++ b/source/blender/editors/mesh/mesh_navmesh.c @@ -52,9 +52,10 @@ #include "WM_api.h" #include "WM_types.h" -#include "mesh_intern.h" #include "recast-capi.h" +#include "mesh_intern.h" /* own include */ + static void createVertsTrisData(bContext *C, LinkNode *obs, int *nverts_r, float **verts_r, int *ntris_r, int **tris_r, unsigned int *r_lay) -- cgit v1.2.3