[Bf-blender-cvs] [9a262ed47ec] blender2.8: Cleanup: remove unneeded include

Campbell Barton noreply at git.blender.org
Sat Aug 19 09:17:21 CEST 2017


Commit: 9a262ed47ecb1c9f43053b0653364c59d9595fdf
Author: Campbell Barton
Date:   Sat Aug 19 17:16:24 2017 +1000
Branches: blender2.8
https://developer.blender.org/rB9a262ed47ecb1c9f43053b0653364c59d9595fdf

Cleanup: remove unneeded include

Complicated using GPU_matrix from PyAPI.

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

M	source/blender/gpu/GPU_matrix.h

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

diff --git a/source/blender/gpu/GPU_matrix.h b/source/blender/gpu/GPU_matrix.h
index b2e18de3b84..219c7b1c6c1 100644
--- a/source/blender/gpu/GPU_matrix.h
+++ b/source/blender/gpu/GPU_matrix.h
@@ -33,7 +33,6 @@
 #define __GPU_MATRIX_H__
 
 #include "BLI_sys_types.h"
-#include "GPU_glew.h"
 #include "../../../intern/gawain/gawain/gwn_shader_interface.h"
 
 #ifdef __cplusplus



More information about the Bf-blender-cvs mailing list