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-09-07 04:22:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-07 04:22:10 +0400
commit04418fe8ddb41fe489da1cda93510cff66fe0cf8 (patch)
treed5dee35bb3bc81cbf6154074346e7f950fe0bcaa /source/blender/editors/mesh/editmesh_bvh.c
parentaca97317afd7c282d072e927d002fb2571a29a49 (diff)
code cleanup: header had many incorrect sections for function/file, also rename mouse_mesh() --> EDBM_select_pick()
Diffstat (limited to 'source/blender/editors/mesh/editmesh_bvh.c')
-rw-r--r--source/blender/editors/mesh/editmesh_bvh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/editmesh_bvh.c b/source/blender/editors/mesh/editmesh_bvh.c
index c7e0077bc02..580592c02f6 100644
--- a/source/blender/editors/mesh/editmesh_bvh.c
+++ b/source/blender/editors/mesh/editmesh_bvh.c
@@ -49,6 +49,7 @@
#include "ED_mesh.h"
#include "ED_view3d.h"
+#include "editmesh_bvh.h" /* own include */
typedef struct BMBVHTree {
BMEditMesh *em;