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/blenkernel/intern/object_dupli.c')
-rw-r--r--source/blender/blenkernel/intern/object_dupli.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenkernel/intern/object_dupli.c b/source/blender/blenkernel/intern/object_dupli.c
index 28b6e0d4e02..1217d230d0d 100644
--- a/source/blender/blenkernel/intern/object_dupli.c
+++ b/source/blender/blenkernel/intern/object_dupli.c
@@ -22,8 +22,8 @@
*/
#include <limits.h>
-#include <stdlib.h>
#include <stddef.h>
+#include <stdlib.h>
#include "MEM_guardedalloc.h"
@@ -40,8 +40,10 @@
#include "DNA_scene_types.h"
#include "DNA_vfont_types.h"
+#include "BKE_anim.h"
#include "BKE_animsys.h"
#include "BKE_collection.h"
+#include "BKE_editmesh.h"
#include "BKE_font.h"
#include "BKE_global.h"
#include "BKE_idprop.h"
@@ -53,14 +55,12 @@
#include "BKE_object.h"
#include "BKE_particle.h"
#include "BKE_scene.h"
-#include "BKE_editmesh.h"
-#include "BKE_anim.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_query.h"
-#include "BLI_strict_flags.h"
#include "BLI_hash.h"
+#include "BLI_strict_flags.h"
/* Dupli-Geometry */