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>2011-05-09 10:53:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-09 10:53:39 +0400
commitf5bcf9211d411ab9da1679e0b2c35ffe4d0d10c6 (patch)
tree91ffcb24ff475eb64b259a309652454bacb0011e /source/blender/blenlib/intern/pbvh.c
parentc8e2df0128d73f4604db2d101163de0643c18822 (diff)
moved more minor changes across from trunk, fixed some incorrect merges and removed unused includes.
Diffstat (limited to 'source/blender/blenlib/intern/pbvh.c')
-rw-r--r--source/blender/blenlib/intern/pbvh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/pbvh.c b/source/blender/blenlib/intern/pbvh.c
index 5372adbf399..e9a0ddd4825 100644
--- a/source/blender/blenlib/intern/pbvh.c
+++ b/source/blender/blenlib/intern/pbvh.c
@@ -1405,8 +1405,7 @@ int BLI_pbvh_node_raycast(PBVH *bvh, PBVHNode *node, float (*origco)[3],
return hit;
}
-//#include "BIF_gl.h"
-//#include "BIF_glutil.h"
+//#include <GL/glew.h>
void BLI_pbvh_node_draw(PBVHNode *node, void *UNUSED(data))
{