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>2013-04-22 16:00:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-22 16:00:37 +0400
commit319036f2d57c3fd9463648c4187ed4a387b0ab33 (patch)
tree2543ec07564da5a8a4ab46407a831ef6c4a16a62 /source/blender/blenkernel/intern/particle_system.c
parent1b106439209566e3cce548237916e16b7dab1277 (diff)
fix [#35026] Curve build modifier
Diffstat (limited to 'source/blender/blenkernel/intern/particle_system.c')
-rw-r--r--source/blender/blenkernel/intern/particle_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/particle_system.c b/source/blender/blenkernel/intern/particle_system.c
index f131e7297ed..74a50389cd5 100644
--- a/source/blender/blenkernel/intern/particle_system.c
+++ b/source/blender/blenkernel/intern/particle_system.c
@@ -62,6 +62,7 @@
#include "DNA_ipo_types.h" // XXX old animation system stuff... to be removed!
#include "DNA_listBase.h"
+#include "BLI_utildefines.h"
#include "BLI_edgehash.h"
#include "BLI_rand.h"
#include "BLI_jitter.h"
@@ -70,7 +71,6 @@
#include "BLI_kdtree.h"
#include "BLI_kdopbvh.h"
#include "BLI_threads.h"
-#include "BLI_utildefines.h"
#include "BLI_linklist.h"
#include "BKE_main.h"