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/python/mathutils/mathutils_bvhtree.c')
-rw-r--r--source/blender/python/mathutils/mathutils_bvhtree.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/python/mathutils/mathutils_bvhtree.c b/source/blender/python/mathutils/mathutils_bvhtree.c
index ad88bd8cd84..5a0dc7d6a5e 100644
--- a/source/blender/python/mathutils/mathutils_bvhtree.c
+++ b/source/blender/python/mathutils/mathutils_bvhtree.c
@@ -25,12 +25,12 @@
#include "MEM_guardedalloc.h"
-#include "BLI_utildefines.h"
+#include "BLI_ghash.h"
#include "BLI_kdopbvh.h"
-#include "BLI_polyfill_2d.h"
#include "BLI_math.h"
-#include "BLI_ghash.h"
#include "BLI_memarena.h"
+#include "BLI_polyfill_2d.h"
+#include "BLI_utildefines.h"
#include "BKE_bvhutils.h"
@@ -41,9 +41,9 @@
#include "mathutils_bvhtree.h" /* own include */
#ifndef MATH_STANDALONE
-# include "DNA_object_types.h"
# include "DNA_mesh_types.h"
# include "DNA_meshdata_types.h"
+# include "DNA_object_types.h"
# include "BKE_customdata.h"
# include "BKE_editmesh_bvh.h"