From f74201190dfe64b29f2b5f270ac2b3543066834d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 8 May 2013 12:59:35 +0000 Subject: code cleanup: remove references to BLI_rand.h --- source/blender/modifiers/intern/MOD_weightvgedit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/modifiers/intern/MOD_weightvgedit.c') diff --git a/source/blender/modifiers/intern/MOD_weightvgedit.c b/source/blender/modifiers/intern/MOD_weightvgedit.c index 12917af0eb7..2cb41cb6196 100644 --- a/source/blender/modifiers/intern/MOD_weightvgedit.c +++ b/source/blender/modifiers/intern/MOD_weightvgedit.c @@ -32,6 +32,7 @@ #include "BLI_ghash.h" #include "BLI_math.h" #include "BLI_string.h" +#include "BLI_rand.h" #include "DNA_color_types.h" /* CurveMapping. */ #include "DNA_mesh_types.h" -- cgit v1.2.3