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/bmesh/bmesh.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source/blender/bmesh/bmesh.h') diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h index 1b167b3f29a..985904b0bec 100644 --- a/source/blender/bmesh/bmesh.h +++ b/source/blender/bmesh/bmesh.h @@ -269,14 +269,6 @@ extern "C" { #include "intern/bmesh_inline.h" -#include "tools/bmesh_bevel.h" -#include "tools/bmesh_bisect_plane.h" -#include "tools/bmesh_decimate.h" -#include "tools/bmesh_edgenet.h" -#include "tools/bmesh_edgesplit.h" -#include "tools/bmesh_path.h" -#include "tools/bmesh_triangulate.h" - #ifdef __cplusplus } #endif -- cgit v1.2.3