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>2017-04-29 09:27:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-29 09:27:29 +0300
commit6d73e2d3cf3c9a8fa4c73e04d02caecfd716e962 (patch)
treedfe91a402d61f8b24980d6eba35476586423ce50 /source/blender/editors/render/render_opengl.c
parentb5298bf81999a0845c6bb98cf8520806271da14b (diff)
Cleanup: unused includes
Diffstat (limited to 'source/blender/editors/render/render_opengl.c')
-rw-r--r--source/blender/editors/render/render_opengl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/render/render_opengl.c b/source/blender/editors/render/render_opengl.c
index 1b0ba382284..c7ee57240cf 100644
--- a/source/blender/editors/render/render_opengl.c
+++ b/source/blender/editors/render/render_opengl.c
@@ -38,7 +38,6 @@
#include "BLI_math_color_blend.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
-#include "BLI_jitter.h"
#include "BLI_threads.h"
#include "BLI_task.h"