Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-03-08 07:25:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-08 07:25:53 +0400
commit17786b3b3ee57bc26cef4a279afcc2fb7278cb0d (patch)
tree5f208a00a9a5d61e0df183db25cf0ceb49c38cbc /source/blender/bmesh/intern/bmesh_mesh.c
parent640d766370c50366f32ca533f772b8a96b4adf5a (diff)
building without python works again, cleanup bmesh include paths (cmake and scons).
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_mesh.c')
-rw-r--r--source/blender/bmesh/intern/bmesh_mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/intern/bmesh_mesh.c b/source/blender/bmesh/intern/bmesh_mesh.c
index ab8014ce25d..cf297560c32 100644
--- a/source/blender/bmesh/intern/bmesh_mesh.c
+++ b/source/blender/bmesh/intern/bmesh_mesh.c
@@ -41,7 +41,7 @@
#include "ED_mesh.h"
-#include "bmesh_private.h"
+#include "intern/bmesh_private.h"
/* used as an extern, defined in bmesh.h */
BMAllocTemplate bm_mesh_allocsize_default = {512, 1024, 2048, 512};