Cleanup: make format after SortedIncludes change
This commit is contained in:
@@ -30,13 +30,13 @@
|
||||
#include "bmesh.h"
|
||||
|
||||
#include "bmesh_py_types.h"
|
||||
#include "bmesh_py_types_select.h"
|
||||
#include "bmesh_py_types_customdata.h"
|
||||
#include "bmesh_py_types_meshdata.h"
|
||||
#include "bmesh_py_types_select.h"
|
||||
|
||||
#include "bmesh_py_geometry.h"
|
||||
#include "bmesh_py_ops.h"
|
||||
#include "bmesh_py_utils.h"
|
||||
#include "bmesh_py_geometry.h"
|
||||
|
||||
#include "BKE_editmesh.h"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -26,15 +26,15 @@
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
#include "BLI_dynstr.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "bmesh.h"
|
||||
|
||||
#include "bmesh_py_ops_call.h"
|
||||
#include "bmesh_py_ops.h" /* own include */
|
||||
#include "bmesh_py_ops_call.h"
|
||||
|
||||
/* bmesh operator 'bmesh.ops.*' callable types
|
||||
* ******************************************* */
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
|
||||
#include "bmesh_py_types.h"
|
||||
|
||||
#include "../generic/python_utildefines.h"
|
||||
#include "../generic/py_capi_utils.h"
|
||||
#include "../generic/python_utildefines.h"
|
||||
|
||||
BLI_STATIC_ASSERT(sizeof(PyC_FlagSet) == sizeof(BMO_FlagSet), "size mismatch");
|
||||
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
#include "BLI_math.h"
|
||||
#include "BLI_sort.h"
|
||||
|
||||
#include "DNA_material_types.h"
|
||||
#include "DNA_mesh_types.h"
|
||||
#include "DNA_object_types.h"
|
||||
#include "DNA_material_types.h"
|
||||
|
||||
#include "BKE_customdata.h"
|
||||
#include "BKE_global.h"
|
||||
@@ -47,9 +47,9 @@
|
||||
#include "../generic/python_utildefines.h"
|
||||
|
||||
#include "bmesh_py_types.h" /* own include */
|
||||
#include "bmesh_py_types_select.h"
|
||||
#include "bmesh_py_types_customdata.h"
|
||||
#include "bmesh_py_types_meshdata.h"
|
||||
#include "bmesh_py_types_select.h"
|
||||
|
||||
static void bm_dealloc_editmode_warn(BPy_BMesh *self);
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
#include "BLI_math_vector.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "bmesh.h"
|
||||
|
||||
@@ -35,9 +35,9 @@
|
||||
#include "bmesh_py_types_customdata.h"
|
||||
#include "bmesh_py_types_meshdata.h"
|
||||
|
||||
#include "../mathutils/mathutils.h"
|
||||
#include "../generic/python_utildefines.h"
|
||||
#include "../generic/py_capi_utils.h"
|
||||
#include "../generic/python_utildefines.h"
|
||||
#include "../mathutils/mathutils.h"
|
||||
|
||||
#include "BKE_customdata.h"
|
||||
|
||||
|
||||
@@ -28,12 +28,12 @@
|
||||
|
||||
#include "../mathutils/mathutils.h"
|
||||
|
||||
#include "DNA_object_types.h"
|
||||
#include "DNA_meshdata_types.h"
|
||||
#include "DNA_object_types.h"
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
#include "BLI_math_base.h"
|
||||
#include "BLI_math_vector.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "BKE_deform.h"
|
||||
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "bmesh.h"
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
#include "BLI_math_base.h"
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user