From 6cba2b8d73d80be30205aede15e6f1a0f787623a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 23 Aug 2013 04:22:07 +0000 Subject: move bmesh tools into their own include, changes to tool args would rebuild far too many files and these are mainly by modifiers outside of bmesh. --- source/blender/editors/mesh/editmesh_path.c | 3 +++ source/blender/editors/mesh/editmesh_rip.c | 3 +++ 2 files changed, 6 insertions(+) (limited to 'source/blender/editors/mesh') diff --git a/source/blender/editors/mesh/editmesh_path.c b/source/blender/editors/mesh/editmesh_path.c index e7eaa625843..18db21a8726 100644 --- a/source/blender/editors/mesh/editmesh_path.c +++ b/source/blender/editors/mesh/editmesh_path.c @@ -52,6 +52,9 @@ #include "WM_types.h" +#include "bmesh.h" +#include "bmesh_tools.h" + #include "mesh_intern.h" /* own include */ struct UserData { diff --git a/source/blender/editors/mesh/editmesh_rip.c b/source/blender/editors/mesh/editmesh_rip.c index 0aa46ea299b..d371b7a7a99 100644 --- a/source/blender/editors/mesh/editmesh_rip.c +++ b/source/blender/editors/mesh/editmesh_rip.c @@ -50,6 +50,9 @@ #include "ED_transform.h" #include "ED_view3d.h" +#include "bmesh.h" +#include "bmesh_tools.h" + #include "mesh_intern.h" /* own include */ /** -- cgit v1.2.3