[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30196] branches/soc-2010-nicolasbishop/ source/blender/blenlib/intern/pbvh.c: Changed glew include from "" to <>

Nicholas Bishop nicholasbishop at gmail.com
Sun Jul 11 04:30:25 CEST 2010


Revision: 30196
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30196
Author:   nicholasbishop
Date:     2010-07-11 04:30:18 +0200 (Sun, 11 Jul 2010)

Log Message:
-----------
Changed glew include from "" to <>

Modified Paths:
--------------
    branches/soc-2010-nicolasbishop/source/blender/blenlib/intern/pbvh.c

Modified: branches/soc-2010-nicolasbishop/source/blender/blenlib/intern/pbvh.c
===================================================================
--- branches/soc-2010-nicolasbishop/source/blender/blenlib/intern/pbvh.c	2010-07-11 01:11:21 UTC (rev 30195)
+++ branches/soc-2010-nicolasbishop/source/blender/blenlib/intern/pbvh.c	2010-07-11 02:30:18 UTC (rev 30196)
@@ -33,7 +33,7 @@
 #include "BKE_global.h" /* for mesh_calc_normals */
 
 #include "gpu_buffers.h"
-#include "GL/glew.h"
+#include <GL/glew.h>
 
 static void pbvh_free_nodes(PBVH *bvh);
 





More information about the Bf-blender-cvs mailing list