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:
authorMike Erwin <significant.bit@gmail.com>2017-03-27 08:45:40 +0300
committerMike Erwin <significant.bit@gmail.com>2017-03-27 08:45:40 +0300
commit8f620f2e85d4996c8cdc1c118c24bbdbec4cf2da (patch)
treed59cb9a3099d80f6d375df5d9e957df27320410b /source/blender/makesrna/intern/rna_image_api.c
parent271471bbe6ad26a1b96b9bc76dfba4e5f70b2d89 (diff)
cleanup unused GPU includes
Diffstat (limited to 'source/blender/makesrna/intern/rna_image_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_image_api.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/rna_image_api.c b/source/blender/makesrna/intern/rna_image_api.c
index bb927603e46..936674a1e96 100644
--- a/source/blender/makesrna/intern/rna_image_api.c
+++ b/source/blender/makesrna/intern/rna_image_api.c
@@ -56,9 +56,6 @@
#include "IMB_imbuf.h"
#include "IMB_colormanagement.h"
-#include "GPU_draw.h"
-#include "GPU_debug.h"
-
#include "DNA_image_types.h"
#include "DNA_scene_types.h"