From 24f83c7e3ebc783daa954872fd5b7fc5051ddc0e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 17 Feb 2012 21:22:18 +0000 Subject: minor edits to sync up with trunk, remove crash save handler, this can be added later if we need but isnt really apart of bmesh specifically. --- source/blender/blenkernel/intern/particle_system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/particle_system.c') diff --git a/source/blender/blenkernel/intern/particle_system.c b/source/blender/blenkernel/intern/particle_system.c index 9b694ccf584..33f20642ca6 100644 --- a/source/blender/blenkernel/intern/particle_system.c +++ b/source/blender/blenkernel/intern/particle_system.c @@ -61,6 +61,7 @@ #include "DNA_ipo_types.h" // XXX old animation system stuff... to be removed! #include "DNA_listBase.h" +#include "BLI_edgehash.h" #include "BLI_rand.h" #include "BLI_jitter.h" #include "BLI_math.h" @@ -70,7 +71,6 @@ #include "BLI_threads.h" #include "BLI_utildefines.h" #include "BLI_linklist.h" -#include "BLI_edgehash.h" #include "BKE_main.h" #include "BKE_animsys.h" -- cgit v1.2.3