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:
authorCampbell Barton <ideasman42@gmail.com>2012-10-12 04:18:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-12 04:18:32 +0400
commit40186a8c1166284c27c05dd86560ada8625652ea (patch)
tree044433fbba4b28af09903288ca25912a1eb2b788 /source/blender/python/mathutils/mathutils_noise.c
parent28c20e456ff2c1cc85676e2dbf68d997d630e8a7 (diff)
remove BLI_noise from BLI_blenlib.h, not that many files need this.
Diffstat (limited to 'source/blender/python/mathutils/mathutils_noise.c')
-rw-r--r--source/blender/python/mathutils/mathutils_noise.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/mathutils/mathutils_noise.c b/source/blender/python/mathutils/mathutils_noise.c
index da32e36dc02..4977663038d 100644
--- a/source/blender/python/mathutils/mathutils_noise.c
+++ b/source/blender/python/mathutils/mathutils_noise.c
@@ -43,6 +43,7 @@
#include "BLI_blenlib.h"
#include "BLI_math.h"
+#include "BLI_noise.h"
#include "BLI_utildefines.h"
#include "MEM_guardedalloc.h"