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 _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
