[Bf-blender-cvs] [2c2e88e] soc-2014-viewport_context: changed glew.h include to GPU_glew.h include in GPU_select.c

Jason Wilkins noreply at git.blender.org
Fri Jul 25 08:11:03 CEST 2014


Commit: 2c2e88ef471482249911c74faf99c1539cd63df8
Author: Jason Wilkins
Date:   Thu Jul 24 22:26:09 2014 -0500
Branches: soc-2014-viewport_context
https://developer.blender.org/rB2c2e88ef471482249911c74faf99c1539cd63df8

changed glew.h include to GPU_glew.h include in GPU_select.c

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

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

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

diff --git a/source/blender/gpu/intern/gpu_select.c b/source/blender/gpu/intern/gpu_select.c
index 2df9e60..da92c52 100644
--- a/source/blender/gpu/intern/gpu_select.c
+++ b/source/blender/gpu/intern/gpu_select.c
@@ -31,15 +31,14 @@
  */
 #include "GPU_select.h"
 #include "GPU_extensions.h"
-
+#include "GPU_glew.h"
+ 
 #include "BLI_utildefines.h"
 
 #include "MEM_guardedalloc.h"
 
 #include "DNA_userdef_types.h"
 
-#include <GL/glew.h>
-
 /* Ad hoc number of queries to allocate to skip doing many glGenQueries */
 #define ALLOC_QUERIES 200




More information about the Bf-blender-cvs mailing list