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>2013-05-08 16:59:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-08 16:59:35 +0400
commitf74201190dfe64b29f2b5f270ac2b3543066834d (patch)
tree8ce8f66a3452a66bca66b70b0010c8df6b8f53b9 /source/blender/editors/space_image
parente4aff350207a436a1814f2c91829004b3d287ff7 (diff)
code cleanup: remove references to BLI_rand.h
Diffstat (limited to 'source/blender/editors/space_image')
-rw-r--r--source/blender/editors/space_image/image_buttons.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_image/image_buttons.c b/source/blender/editors/space_image/image_buttons.c
index cf640dd29d6..4b1975bc058 100644
--- a/source/blender/editors/space_image/image_buttons.c
+++ b/source/blender/editors/space_image/image_buttons.c
@@ -39,7 +39,6 @@
#include "BLI_blenlib.h"
#include "BLI_math.h"
-#include "BLI_rand.h"
#include "BLI_utildefines.h"
#include "BLF_translation.h"