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/intern/rand.c')
-rw-r--r--source/blender/blenlib/intern/rand.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenlib/intern/rand.c b/source/blender/blenlib/intern/rand.c
index 9f47ada47d1..ab7a972e010 100644
--- a/source/blender/blenlib/intern/rand.c
+++ b/source/blender/blenlib/intern/rand.c
@@ -21,22 +21,22 @@
* \ingroup bli
*/
+#include <math.h>
#include <stdlib.h>
#include <string.h>
-#include <math.h>
#include <time.h>
#include "MEM_guardedalloc.h"
-#include "BLI_threads.h"
-#include "BLI_rand.h"
#include "BLI_math.h"
+#include "BLI_rand.h"
+#include "BLI_threads.h"
/* defines BLI_INLINE */
#include "BLI_compiler_compat.h"
-#include "BLI_sys_types.h"
#include "BLI_strict_flags.h"
+#include "BLI_sys_types.h"
#define MULTIPLIER 0x5DEECE66Dll
#define MASK 0x0000FFFFFFFFFFFFll