From 3c11379e26b1aad399ecd0afc4d23df12b24f3cd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 24 Mar 2012 01:24:58 +0000 Subject: code cleanup: move bmesh inline funcs to headers (avoids compiling the C files). --- source/blender/editors/util/crazyspace.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/util') diff --git a/source/blender/editors/util/crazyspace.c b/source/blender/editors/util/crazyspace.c index 06309293f9a..544a1c77d50 100644 --- a/source/blender/editors/util/crazyspace.c +++ b/source/blender/editors/util/crazyspace.c @@ -38,15 +38,15 @@ #include "DNA_mesh_types.h" #include "DNA_meshdata_types.h" +#include "BLI_utildefines.h" +#include "BLI_math.h" + #include "BKE_DerivedMesh.h" #include "BKE_modifier.h" #include "BKE_multires.h" #include "BKE_mesh.h" #include "BKE_tessmesh.h" -#include "BLI_utildefines.h" -#include "BLI_math.h" - #include "ED_util.h" typedef struct { -- cgit v1.2.3