From df0f0c63d32b3819bab625f72d62e1fcf6d5ced5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 Feb 2012 16:47:12 +0000 Subject: bmesh: re-arrange headers --- source/blender/bmesh/bmesh.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'source/blender/bmesh/bmesh.h') diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h index ce3d1315f91..9537cd7fe4f 100644 --- a/source/blender/bmesh/bmesh.h +++ b/source/blender/bmesh/bmesh.h @@ -460,14 +460,17 @@ void bmesh_edit_end(BMesh *bm, int flag); #define BM_NGON_MAX 100000 /* include the rest of the API */ -#include "bmesh_marking.h" #include "bmesh_operator_api.h" -#include "bmesh_operators.h" #include "bmesh_error.h" -#include "bmesh_queries.h" -#include "bmesh_interp.h" -#include "bmesh_iterators.h" -#include "bmesh_walkers.h" + +#include "intern/bmesh_interp.h" +#include "intern/bmesh_iterators.h" +#include "intern/bmesh_marking.h" +#include "intern/bmesh_operators.h" +#include "intern/bmesh_queries.h" +#include "intern/bmesh_walkers.h" +#include "intern/bmesh_walkers.h" + #include "intern/bmesh_inline.c" #include "intern/bmesh_operator_api_inline.c" -- cgit v1.2.3