From 17786b3b3ee57bc26cef4a279afcc2fb7278cb0d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 8 Mar 2012 03:25:53 +0000 Subject: building without python works again, cleanup bmesh include paths (cmake and scons). --- source/blender/bmesh/operators/bmo_dissolve.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/bmesh/operators/bmo_dissolve.c') diff --git a/source/blender/bmesh/operators/bmo_dissolve.c b/source/blender/bmesh/operators/bmo_dissolve.c index c54052e135e..3f17c7040b3 100644 --- a/source/blender/bmesh/operators/bmo_dissolve.c +++ b/source/blender/bmesh/operators/bmo_dissolve.c @@ -26,9 +26,9 @@ #include "BLI_math.h" #include "bmesh.h" -#include "bmesh_private.h" +#include "intern/bmesh_private.h" -#include "bmesh_operators_private.h" /* own include */ +#include "intern/bmesh_operators_private.h" /* own include */ #define FACE_MARK 1 #define FACE_ORIG 2 -- cgit v1.2.3