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-02-19 20:54:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-19 20:54:53 +0400
commiteee22fe2f60b5240b7f4a4a530bbfb8a871cd144 (patch)
tree9127107a253252f705f227d088a2f67c58a8058e /source/blender/editors/include/ED_mesh.h
parenta006b98c6cebcd2b45f71a95eca244847b5fd9a9 (diff)
rebane files to match trunk.
Diffstat (limited to 'source/blender/editors/include/ED_mesh.h')
-rw-r--r--source/blender/editors/include/ED_mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index 1b9dcaa09bc..dc9011b5d46 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -310,7 +310,7 @@ int ED_mesh_color_remove_named(struct bContext *C, struct Object *ob, struct Mes
void EDBM_selectmode_to_scene(struct bContext *C);
void EDBM_ClearMesh(struct BMEditMesh *em);
-#include "../mesh/editbmesh_bvh.h"
+#include "../mesh/editmesh_bvh.h"
/* mirrtopo */