Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-08-19 10:16:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-19 10:16:24 +0300
commit9a262ed47ecb1c9f43053b0653364c59d9595fdf (patch)
treeac9063474c8394414d9c708a8fd6197296178c3c /source/blender/gpu/GPU_matrix.h
parent5720890cf85a04be097904869faea9c5f0641305 (diff)
Cleanup: remove unneeded include
Complicated using GPU_matrix from PyAPI.
Diffstat (limited to 'source/blender/gpu/GPU_matrix.h')
-rw-r--r--source/blender/gpu/GPU_matrix.h1
1 files changed, 0 insertions, 1 deletions
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