[Bf-blender-cvs] [3538836] soc-2014-viewport_context: Remove direct glew include

Campbell Barton noreply at git.blender.org
Sun Jul 27 19:02:26 CEST 2014


Commit: 35388360282eab376128218f55d187dc3dae9ebf
Author: Campbell Barton
Date:   Mon Jul 28 03:01:44 2014 +1000
Branches: soc-2014-viewport_context
https://developer.blender.org/rB35388360282eab376128218f55d187dc3dae9ebf

Remove direct glew include

===================================================================

M	source/blender/gpu/intern/gpu_material.c

===================================================================

diff --git a/source/blender/gpu/intern/gpu_material.c b/source/blender/gpu/intern/gpu_material.c
index 1750d31..20c55c9 100644
--- a/source/blender/gpu/intern/gpu_material.c
+++ b/source/blender/gpu/intern/gpu_material.c
@@ -35,8 +35,6 @@
 #include <math.h>
 #include <string.h>
 
-#include "GL/glew.h"
-
 #include "MEM_guardedalloc.h"
 
 #include "DNA_lamp_types.h"




More information about the Bf-blender-cvs mailing list