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/editors/space_graph/graph_buttons.c | 1 - source/blender/editors/space_graph/graph_utils.c | 1 - source/blender/editors/space_graph/space_graph.c | 1 - 3 files changed, 3 deletions(-) (limited to 'source/blender/editors/space_graph') diff --git a/source/blender/editors/space_graph/graph_buttons.c b/source/blender/editors/space_graph/graph_buttons.c index d62ab2850b4..f00f5d5dfdd 100644 --- a/source/blender/editors/space_graph/graph_buttons.c +++ b/source/blender/editors/space_graph/graph_buttons.c @@ -42,7 +42,6 @@ #include "BLI_math.h" #include "BLI_blenlib.h" -#include "BLI_rand.h" #include "BLI_utildefines.h" #include "BLF_translation.h" diff --git a/source/blender/editors/space_graph/graph_utils.c b/source/blender/editors/space_graph/graph_utils.c index 93dfd3644dd..5ce3ade7d30 100644 --- a/source/blender/editors/space_graph/graph_utils.c +++ b/source/blender/editors/space_graph/graph_utils.c @@ -42,7 +42,6 @@ #include "BLI_math.h" #include "BLI_blenlib.h" -#include "BLI_rand.h" #include "BKE_context.h" #include "BKE_fcurve.h" diff --git a/source/blender/editors/space_graph/space_graph.c b/source/blender/editors/space_graph/space_graph.c index 98c26a447b7..3f9737b3c5d 100644 --- a/source/blender/editors/space_graph/space_graph.c +++ b/source/blender/editors/space_graph/space_graph.c @@ -39,7 +39,6 @@ #include "BLI_blenlib.h" #include "BLI_math.h" -#include "BLI_rand.h" #include "BLI_utildefines.h" #include "BKE_context.h" -- cgit v1.2.3