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>2018-03-19 20:16:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-19 20:18:04 +0300
commitb8eca8e07d4e0c2061464b485f4c2e1e5d23d8cc (patch)
tree93e2429feb5da9198a129ccd5acdbd9fda12654e /source/blender/editors/physics/particle_edit_undo.c
parenta3486e735f7e5af6ca78dafc8608cced5a121096 (diff)
Cleanup: use utility header for particle looping
Diffstat (limited to 'source/blender/editors/physics/particle_edit_undo.c')
-rw-r--r--source/blender/editors/physics/particle_edit_undo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/physics/particle_edit_undo.c b/source/blender/editors/physics/particle_edit_undo.c
index 3899d445b78..288e59a8671 100644
--- a/source/blender/editors/physics/particle_edit_undo.c
+++ b/source/blender/editors/physics/particle_edit_undo.c
@@ -48,12 +48,8 @@
#include "BKE_particle.h"
#include "BKE_pointcache.h"
-
#include "ED_particle.h"
-
-
-
#include "particle_edit_utildefines.h"
#include "physics_intern.h"