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:
Diffstat (limited to 'source/blender/blenlib/BLI_rand.h')
-rw-r--r--source/blender/blenlib/BLI_rand.h4
1 files changed, 0 insertions, 4 deletions
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 <config.h>
-#endif
-
/** Seed the random number generator */
void BLI_srand (unsigned int seed);