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/sculpt_paint
parente4aff350207a436a1814f2c91829004b3d287ff7 (diff)
code cleanup: remove references to BLI_rand.h
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index b54b28e2a18..6c57296ae3a 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -41,7 +41,6 @@
#include "BLI_dynstr.h"
#include "BLI_ghash.h"
#include "BLI_threads.h"
-#include "BLI_rand.h"
#include "BLF_translation.h"