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:
authorClément Foucault <foucault.clem@gmail.com>2020-07-25 19:46:26 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-07-26 18:28:48 +0300
commit15655aa1dd89b334e6994a1ae9f14314a55a3476 (patch)
treec6367581ea397898301967023183938d9934fdb8 /source/blender/gpu/GPU_debug.h
parentcc7d5e1fe68470198fd6234f0518a9be8514656e (diff)
Cleanup: GPU: Remove unused code and header
Diffstat (limited to 'source/blender/gpu/GPU_debug.h')
-rw-r--r--source/blender/gpu/GPU_debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/gpu/GPU_debug.h b/source/blender/gpu/GPU_debug.h
index 8928581ee08..fc6ca791664 100644
--- a/source/blender/gpu/GPU_debug.h
+++ b/source/blender/gpu/GPU_debug.h
@@ -24,8 +24,6 @@
#ifndef __GPU_DEBUG_H__
#define __GPU_DEBUG_H__
-#include "GPU_glew.h"
-
#ifdef __cplusplus
extern "C" {
#endif