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/makesrna/intern/rna_mesh_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_mesh_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_mesh_api.c b/source/blender/makesrna/intern/rna_mesh_api.c
index 0b3a7802082..cc0b2eacd13 100644
--- a/source/blender/makesrna/intern/rna_mesh_api.c
+++ b/source/blender/makesrna/intern/rna_mesh_api.c
@@ -21,8 +21,8 @@
* \ingroup RNA
*/
-#include <stdlib.h>
#include <stdio.h>
+#include <stdlib.h>
#include "RNA_define.h"
@@ -39,9 +39,9 @@
# include "DNA_mesh_types.h"
# include "BKE_mesh.h"
-# include "BKE_mesh_tangent.h"
# include "BKE_mesh_mapping.h"
# include "BKE_mesh_runtime.h"
+# include "BKE_mesh_tangent.h"
# include "ED_mesh.h"
static const char *rna_Mesh_unit_test_compare(struct Mesh *mesh, struct Mesh *mesh2)