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/jitter_2d.c')
-rw-r--r--source/blender/blenlib/intern/jitter_2d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/jitter_2d.c b/source/blender/blenlib/intern/jitter_2d.c
index aed43657b3f..a5b13caf985 100644
--- a/source/blender/blenlib/intern/jitter_2d.c
+++ b/source/blender/blenlib/intern/jitter_2d.c
@@ -22,12 +22,12 @@
* \brief Jitter offset table
*/
+#include "MEM_guardedalloc.h"
#include <math.h>
#include <string.h>
-#include "MEM_guardedalloc.h"
-#include "BLI_rand.h"
#include "BLI_jitter_2d.h"
+#include "BLI_rand.h"
#include "BLI_strict_flags.h"