From f1c4f705a19cc9ae306431be7a970712a40a2d9a Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 27 Dec 2002 13:11:01 +0000 Subject: Removed the config.h thing from the .h's in the source dir. So we should be all set now :) Kent -- mein@cs.umn.edu --- source/blender/blenlib/BLI_rand.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/blenlib/BLI_rand.h') diff --git a/source/blender/blenlib/BLI_rand.h b/source/blender/blenlib/BLI_rand.h index 078a234b147..6513dea8115 100644 --- a/source/blender/blenlib/BLI_rand.h +++ b/source/blender/blenlib/BLI_rand.h @@ -36,10 +36,6 @@ #ifndef BLI_RAND_H #define BLI_RAND_H -#ifdef HAVE_CONFIG_H -#include -#endif - /** Seed the random number generator */ void BLI_srand (unsigned int seed); -- cgit v1.2.3