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/bmesh/bmesh_py_geometry.c')
-rw-r--r--source/blender/python/bmesh/bmesh_py_geometry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_geometry.c b/source/blender/python/bmesh/bmesh_py_geometry.c
index 2429d2a4888..f5090cd568b 100644
--- a/source/blender/python/bmesh/bmesh_py_geometry.c
+++ b/source/blender/python/bmesh/bmesh_py_geometry.c
@@ -31,8 +31,8 @@
#include "../mathutils/mathutils.h"
#include "bmesh.h"
-#include "bmesh_py_types.h"
#include "bmesh_py_geometry.h" /* own include */
+#include "bmesh_py_types.h"
PyDoc_STRVAR(bpy_bm_geometry_intersect_face_point_doc,
".. method:: intersect_face_point(face, point)\n"