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:
authorJeroen Bakker <j.bakker@atmind.nl>2019-09-20 13:44:29 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2019-11-27 18:10:07 +0300
commit73fa066e8b3ca4e3ff4a34a328a12b575dfc5823 (patch)
tree4a659e5e24fc77735a5c6aeed12498d823126c49 /source/blender/draw/engines/workbench/workbench_materials.c
parent83d3a7c12d80d360268f36878e8ffc2832544b3c (diff)
Cleanup: Remove BIF_gl.h
BIF_gl.h included hacks like redefining glew functions and a constant. The named constant `GLA_PIXEL_OFS` has been moved to `GPU_viewport.h` Reviewed By: brecht Differential Revision: https://developer.blender.org/D5860
Diffstat (limited to 'source/blender/draw/engines/workbench/workbench_materials.c')
-rw-r--r--source/blender/draw/engines/workbench/workbench_materials.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/draw/engines/workbench/workbench_materials.c b/source/blender/draw/engines/workbench/workbench_materials.c
index 0f9551a8cc9..45d49448490 100644
--- a/source/blender/draw/engines/workbench/workbench_materials.c
+++ b/source/blender/draw/engines/workbench/workbench_materials.c
@@ -22,8 +22,6 @@
#include "workbench_private.h"
-#include "BIF_gl.h"
-
#include "BKE_image.h"
#include "BKE_node.h"