From 18cca0e7043f9a7c38c7163f1fab5140eea82cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Sat, 25 Jul 2020 18:53:04 +0200 Subject: Cleanup: GPU: Remove GPU_glew.h outside of GPU module Remove use of GL* constants and types inside the codebase. There is still a few occurence to get rid of. --- source/blender/editors/space_clip/space_clip.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/space_clip') diff --git a/source/blender/editors/space_clip/space_clip.c b/source/blender/editors/space_clip/space_clip.c index 9c251fb619a..37d5f602291 100644 --- a/source/blender/editors/space_clip/space_clip.c +++ b/source/blender/editors/space_clip/space_clip.c @@ -56,7 +56,6 @@ #include "IMB_imbuf.h" #include "GPU_framebuffer.h" -#include "GPU_glew.h" #include "GPU_matrix.h" #include "WM_api.h" -- cgit v1.2.3