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>2019-09-13 17:20:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-13 17:22:24 +0300
commit0ec65646681795662577b7e64a2a6397ccbd2cd5 (patch)
treed9e6d42fac92830e022f6c9f0e887fccb87bc134 /source/blender/gpu/intern/gpu_codegen.c
parent59f9c39f74bb3a73f163cf7714c3dfe67a952b5b (diff)
Cleanup: unused headers (GPU)
Diffstat (limited to 'source/blender/gpu/intern/gpu_codegen.c')
-rw-r--r--source/blender/gpu/intern/gpu_codegen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_codegen.c b/source/blender/gpu/intern/gpu_codegen.c
index 242b0ed2e31..7483be74e01 100644
--- a/source/blender/gpu/intern/gpu_codegen.c
+++ b/source/blender/gpu/intern/gpu_codegen.c
@@ -44,7 +44,6 @@
#include "GPU_glew.h"
#include "GPU_material.h"
#include "GPU_shader.h"
-#include "GPU_texture.h"
#include "GPU_uniformbuffer.h"
#include "GPU_vertex_format.h"