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/mesh_validate.c
parent1b106439209566e3cce548237916e16b7dab1277 (diff)
fix [#35026] Curve build modifier
Diffstat (limited to 'source/blender/blenkernel/intern/mesh_validate.c')
-rw-r--r--source/blender/blenkernel/intern/mesh_validate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/mesh_validate.c b/source/blender/blenkernel/intern/mesh_validate.c
index 3f118129dac..6fb83b83c25 100644
--- a/source/blender/blenkernel/intern/mesh_validate.c
+++ b/source/blender/blenkernel/intern/mesh_validate.c
@@ -37,9 +37,9 @@
#include "BLO_sys_types.h"
+#include "BLI_utildefines.h"
#include "BLI_edgehash.h"
#include "BLI_math_base.h"
-#include "BLI_utildefines.h"
#include "BKE_deform.h"
#include "BKE_depsgraph.h"