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 +++ source/blender/editors/sculpt_paint/sculpt.c | 1 + 3 files changed, 7 insertions(+) (limited to 'source/blender/editors') 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 */ /** diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c index a5de6b1eea8..d4a10781368 100644 --- a/source/blender/editors/sculpt_paint/sculpt.c +++ b/source/blender/editors/sculpt_paint/sculpt.c @@ -92,6 +92,7 @@ #include "GPU_buffers.h" #include "bmesh.h" +#include "bmesh_tools.h" #include #include -- cgit v1.2.3