Cleanup: make format after SortedIncludes change

This commit is contained in:
2020-03-19 09:33:03 +01:00
parent 008aaaa378
commit 2d1cce8331
1715 changed files with 5246 additions and 5251 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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
* ******************************************* */

View File

@@ -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");

View File

@@ -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);

View File

@@ -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"

View File

@@ -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"

View File

@@ -29,8 +29,8 @@
#include <Python.h>
#include "BLI_utildefines.h"
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "bmesh.h"

View File

@@ -26,8 +26,8 @@
#include <Python.h>
#include "BLI_utildefines.h"
#include "BLI_math_base.h"
#include "BLI_utildefines.h"
#include "MEM_guardedalloc.h"

View File

@@ -23,8 +23,8 @@
/* Future-proof, See https://docs.python.org/3/c-api/arg.html#strings-and-buffers */
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include "blf_py_api.h"
#include <Python.h>
#include "../../blenfont/BLF_api.h"

View File

@@ -23,8 +23,8 @@
#include <Python.h>
#include "BLI_utildefines.h"
#include "../BPY_extern.h"
#include "BLI_utildefines.h"
/* analogue of PyEval_SaveThread() */
BPy_ThreadStatePtr BPY_thread_save(void)

View File

@@ -22,9 +22,9 @@
#include <Python.h>
#include "BLI_utildefines.h"
#include "BLI_string.h"
#include "BLI_rect.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"
#include "py_capi_utils.h"
@@ -36,9 +36,9 @@
#include "../../imbuf/IMB_imbuf_types.h"
/* File IO */
#include <fcntl.h>
#include <errno.h>
#include "BLI_fileops.h"
#include <errno.h>
#include <fcntl.h>
static PyObject *Py_ImBuf_CreatePyObject(ImBuf *ibuf);

View File

@@ -39,10 +39,10 @@
#include "../generic/py_capi_utils.h"
#include "gpu_py_api.h"
#include "gpu_py_batch.h" /* own include */
#include "gpu_py_element.h"
#include "gpu_py_shader.h"
#include "gpu_py_vertex_buffer.h"
#include "gpu_py_element.h"
#include "gpu_py_batch.h" /* own include */
/* -------------------------------------------------------------------- */
/** \name Utility Functions

View File

@@ -36,8 +36,8 @@
#include "BKE_lib_id.h"
#include "BKE_scene.h"
#include "DNA_screen_types.h"
#include "DNA_scene_types.h"
#include "DNA_screen_types.h"
#include "DNA_view3d_types.h"
#include "GPU_framebuffer.h"

View File

@@ -21,12 +21,12 @@
#ifndef __GPU_PY_TYPES_H__
#define __GPU_PY_TYPES_H__
#include "gpu_py_vertex_format.h"
#include "gpu_py_vertex_buffer.h"
#include "gpu_py_element.h"
#include "gpu_py_batch.h"
#include "gpu_py_element.h"
#include "gpu_py_offscreen.h"
#include "gpu_py_shader.h"
#include "gpu_py_vertex_buffer.h"
#include "gpu_py_vertex_format.h"
PyObject *BPyInit_gpu_types(void);

View File

@@ -32,8 +32,8 @@
#include "../generic/py_capi_utils.h"
#include "../generic/python_utildefines.h"
#include "gpu_py_vertex_format.h"
#include "gpu_py_vertex_buffer.h" /* own include */
#include "gpu_py_vertex_format.h"
/* -------------------------------------------------------------------- */
/** \name Utility Functions

View File

@@ -24,26 +24,26 @@
#include <Python.h>
#include "BLI_utildefines.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"
#include "BKE_appdir.h"
#include "BKE_global.h" /* XXX, G_MAIN only */
#include "BKE_blender_version.h"
#include "BKE_bpath.h"
#include "BKE_global.h" /* XXX, G_MAIN only */
#include "RNA_types.h"
#include "RNA_access.h"
#include "RNA_types.h"
#include "bpy.h"
#include "bpy_capi_utils.h"
#include "bpy_rna.h"
#include "bpy_app.h"
#include "bpy_rna_id_collection.h"
#include "bpy_rna_gizmo.h"
#include "bpy_props.h"
#include "bpy_capi_utils.h"
#include "bpy_library.h"
#include "bpy_operator.h"
#include "bpy_props.h"
#include "bpy_rna.h"
#include "bpy_rna_gizmo.h"
#include "bpy_rna_id_collection.h"
#include "bpy_utils_previews.h"
#include "bpy_utils_units.h"

View File

@@ -27,6 +27,7 @@
#include "bpy_app.h"
#include "bpy_app_alembic.h"
#include "bpy_app_build_options.h"
#include "bpy_app_ffmpeg.h"
#include "bpy_app_ocio.h"
#include "bpy_app_oiio.h"
@@ -34,7 +35,6 @@
#include "bpy_app_openvdb.h"
#include "bpy_app_sdl.h"
#include "bpy_app_usd.h"
#include "bpy_app_build_options.h"
#include "bpy_app_translations.h"

View File

@@ -21,8 +21,8 @@
* \ingroup pythonintern
*/
#include <Python.h>
#include "BLI_utildefines.h"
#include <Python.h>
#include "bpy_app_alembic.h"

View File

@@ -18,8 +18,8 @@
* \ingroup pythonintern
*/
#include <Python.h>
#include "BLI_utildefines.h"
#include <Python.h>
#include "bpy_app_ffmpeg.h"

View File

@@ -22,15 +22,15 @@
* functions into (called via blenders generic BLI_cb api)
*/
#include <Python.h>
#include "BLI_utildefines.h"
#include <Python.h>
#include "BKE_callbacks.h"
#include "RNA_types.h"
#include "RNA_access.h"
#include "bpy_rna.h"
#include "RNA_types.h"
#include "bpy_app_handlers.h"
#include "bpy_rna.h"
#include "../generic/python_utildefines.h"

View File

@@ -18,8 +18,8 @@
* \ingroup pythonintern
*/
#include <Python.h>
#include "BLI_utildefines.h"
#include <Python.h>
#include "bpy_app_ocio.h"

View File

@@ -18,8 +18,8 @@
* \ingroup pythonintern
*/
#include <Python.h>
#include "BLI_utildefines.h"
#include <Python.h>
#include "bpy_app_oiio.h"

View File

@@ -18,8 +18,8 @@
* \ingroup pythonintern
*/
#include <Python.h>
#include "BLI_utildefines.h"
#include <Python.h>
#include "bpy_app_opensubdiv.h"

View File

@@ -21,8 +21,8 @@
* \ingroup pythonintern
*/
#include <Python.h>
#include "BLI_utildefines.h"
#include <Python.h>
#include "bpy_app_openvdb.h"

View File

@@ -18,8 +18,8 @@
* \ingroup pythonintern
*/
#include <Python.h>
#include "BLI_utildefines.h"
#include <Python.h>
#include "bpy_app_sdl.h"

View File

@@ -18,10 +18,10 @@
* \ingroup pythonintern
*/
#include <Python.h>
#include "BLI_utildefines.h"
#include "BLI_timer.h"
#include "BLI_utildefines.h"
#include "PIL_time.h"
#include <Python.h>
#include "BPY_extern.h"
#include "bpy_app_timers.h"

View File

@@ -33,16 +33,16 @@
#include "MEM_guardedalloc.h"
#include "BLT_translation.h"
#include "BLT_lang.h"
#include "BLT_translation.h"
#include "RNA_types.h"
#include "../generic/python_utildefines.h"
#ifdef WITH_INTERNATIONAL
# include "BLI_string.h"
# include "BLI_ghash.h"
# include "BLI_string.h"
#endif
typedef struct {

View File

@@ -21,8 +21,8 @@
* \ingroup pythonintern
*/
#include <Python.h>
#include "BLI_utildefines.h"
#include <Python.h>
#include "bpy_app_usd.h"

View File

@@ -23,15 +23,15 @@
#include <Python.h>
#include "BLI_utildefines.h"
#include "BLI_dynstr.h"
#include "BLI_utildefines.h"
#include "bpy_capi_utils.h"
#include "MEM_guardedalloc.h"
#include "BKE_report.h"
#include "BKE_context.h"
#include "BKE_report.h"
#include "BLT_translation.h"

View File

@@ -37,9 +37,9 @@
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "bpy_rna.h"
#include "bpy_intern_string.h"
#include "bpy_gizmo_wrap.h" /* own include */
#include "bpy_intern_string.h"
#include "bpy_rna.h"
/* we may want to add, but not now */

View File

@@ -30,22 +30,22 @@
#include "CLG_log.h"
#include "BLI_utildefines.h"
#include "BLI_path_util.h"
#include "BLI_fileops.h"
#include "BLI_listbase.h"
#include "BLI_path_util.h"
#include "BLI_string.h"
#include "BLI_string_utf8.h"
#include "BLI_threads.h"
#include "BLI_utildefines.h"
#include "RNA_types.h"
#include "bpy.h"
#include "bpy_rna.h"
#include "bpy_path.h"
#include "bpy_capi_utils.h"
#include "bpy_traceback.h"
#include "bpy_intern_string.h"
#include "bpy_path.h"
#include "bpy_rna.h"
#include "bpy_traceback.h"
#include "bpy_app_translations.h"
@@ -66,12 +66,12 @@
#include "../generic/py_capi_utils.h"
/* inittab initialization functions */
#include "../bmesh/bmesh_py_api.h"
#include "../generic/bgl.h"
#include "../generic/blf_py_api.h"
#include "../generic/idprop_py_api.h"
#include "../generic/imbuf_py_api.h"
#include "../gpu/gpu_py_api.h"
#include "../bmesh/bmesh_py_api.h"
#include "../mathutils/mathutils.h"
/* Logging types to use anywhere in the Python modules. */

View File

@@ -26,8 +26,8 @@
#include "BLI_utildefines.h"
#include "bpy_capi_utils.h"
#include "bpy.h" /* own include */
#include "bpy_capi_utils.h"
#include "WM_api.h"

View File

@@ -28,11 +28,11 @@
#include <Python.h>
#include <stddef.h>
#include "BLI_utildefines.h"
#include "BLI_ghash.h"
#include "BLI_string.h"
#include "BLI_linklist.h"
#include "BLI_path_util.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_idcode.h"
@@ -54,8 +54,8 @@
#define USE_RNA_DATABLOCKS
#ifdef USE_RNA_DATABLOCKS
# include "bpy_rna.h"
# include "RNA_access.h"
# include "bpy_rna.h"
#endif
typedef struct {

View File

@@ -26,9 +26,9 @@
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "BLI_string.h"
#include "BLI_path_util.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"
#include "BKE_blendfile.h"
#include "BKE_global.h"
@@ -37,9 +37,9 @@
#include "RNA_types.h"
#include "bpy_rna.h"
#include "bpy_capi_utils.h"
#include "bpy_library.h"
#include "bpy_rna.h"
#include "../generic/py_capi_utils.h"

View File

@@ -21,8 +21,8 @@
#include <Python.h>
#include "../generic/python_utildefines.h"
#include "../generic/py_capi_utils.h"
#include "../generic/python_utildefines.h"
#include "../mathutils/mathutils.h"
#include "BLI_utildefines.h"
@@ -30,17 +30,17 @@
#include "BKE_context.h"
#include "WM_api.h"
#include "WM_types.h"
#include "WM_message.h"
#include "WM_types.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "bpy_capi_utils.h"
#include "bpy_rna.h"
#include "bpy_intern_string.h"
#include "bpy_gizmo_wrap.h" /* own include */
#include "bpy_intern_string.h"
#include "bpy_rna.h"
#include "bpy_msgbus.h" /* own include */

View File

@@ -29,16 +29,16 @@
#include "RNA_types.h"
#include "BLI_utildefines.h"
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "../generic/py_capi_utils.h"
#include "../generic/python_utildefines.h"
#include "BPY_extern.h"
#include "bpy_capi_utils.h"
#include "bpy_operator.h"
#include "bpy_operator_wrap.h"
#include "bpy_rna.h" /* for setting arg props only - pyrna_py_to_prop() */
#include "bpy_capi_utils.h"
#include "../generic/py_capi_utils.h"
#include "../generic/python_utildefines.h"
#include "RNA_access.h"
#include "RNA_enum_types.h"
@@ -50,8 +50,8 @@
#include "BLI_ghash.h"
#include "BKE_report.h"
#include "BKE_context.h"
#include "BKE_report.h"
/* so operators called can spawn threads which acquire the GIL */
#define BPY_RELEASE_GIL

View File

@@ -33,9 +33,9 @@
#include "RNA_access.h"
#include "RNA_define.h"
#include "bpy_rna.h"
#include "bpy_intern_string.h"
#include "bpy_operator_wrap.h" /* own include */
#include "bpy_rna.h"
static void operator_properties_init(wmOperatorType *ot)
{

View File

@@ -31,9 +31,9 @@
#include "BLI_utildefines.h"
#include "bpy_capi_utils.h"
#include "bpy_props.h"
#include "bpy_rna.h"
#include "bpy_capi_utils.h"
#include "BKE_idprop.h"

View File

@@ -26,46 +26,46 @@
#include <Python.h>
#include <stddef.h>
#include <float.h> /* FLT_MIN/MAX */
#include <stddef.h>
#include "RNA_types.h"
#include "BLI_bitmap.h"
#include "BLI_dynstr.h"
#include "BLI_string.h"
#include "BLI_listbase.h"
#include "BLI_math_rotation.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"
#include "BPY_extern.h"
#include "BPY_extern_clog.h"
#include "bpy_capi_utils.h"
#include "bpy_intern_string.h"
#include "bpy_props.h"
#include "bpy_rna.h"
#include "bpy_rna_anim.h"
#include "bpy_props.h"
#include "bpy_capi_utils.h"
#include "bpy_rna_callback.h"
#include "bpy_intern_string.h"
#ifdef USE_PYRNA_INVALIDATE_WEAKREF
# include "BLI_ghash.h"
#endif
#include "RNA_enum_types.h"
#include "RNA_define.h" /* RNA_def_property_free_identifier */
#include "RNA_access.h"
#include "RNA_define.h" /* RNA_def_property_free_identifier */
#include "RNA_enum_types.h"
#include "CLG_log.h"
#include "MEM_guardedalloc.h"
#include "BKE_main.h"
#include "BKE_idcode.h"
#include "BKE_context.h"
#include "BKE_global.h" /* evil G.* */
#include "BKE_report.h"
#include "BKE_idcode.h"
#include "BKE_idprop.h"
#include "BKE_main.h"
#include "BKE_report.h"
/* Only for types. */
#include "BKE_node.h"

View File

@@ -25,15 +25,15 @@
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "BLI_string.h"
#include "BLI_string_utils.h"
#include "BLI_utildefines.h"
#include "DNA_scene_types.h"
#include "DNA_anim_types.h"
#include "DNA_scene_types.h"
#include "ED_keyframing.h"
#include "ED_keyframes_edit.h"
#include "ED_keyframing.h"
#include "BKE_animsys.h"
#include "BKE_context.h"
@@ -49,8 +49,8 @@
#include "WM_api.h"
#include "WM_types.h"
#include "bpy_rna.h"
#include "bpy_capi_utils.h"
#include "bpy_rna.h"
#include "bpy_rna_anim.h"
#include "../generic/python_utildefines.h"

View File

@@ -27,12 +27,12 @@
#include "BLI_utildefines.h"
#include "bpy_capi_utils.h"
#include "bpy_rna.h"
#include "bpy_rna_callback.h"
#include "bpy_capi_utils.h"
#include "DNA_space_types.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
#include "RNA_access.h"
#include "RNA_enum_types.h"

View File

@@ -25,8 +25,8 @@
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "BLI_alloca.h"
#include "BLI_utildefines.h"
#include "WM_api.h"
#include "WM_types.h"
@@ -38,8 +38,8 @@
#include "../generic/python_utildefines.h"
#include "RNA_access.h"
#include "RNA_types.h"
#include "RNA_enum_types.h"
#include "RNA_types.h"
#include "bpy_rna.h"

View File

@@ -25,8 +25,8 @@
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "BLI_bitmap.h"
#include "BLI_utildefines.h"
#include "BKE_global.h"
#include "BKE_lib_id.h"
@@ -36,8 +36,8 @@
#include "DNA_ID.h"
/* Those following are only to support hack of not listing some internal
* 'backward' pointers in generated user_map. */
#include "DNA_object_types.h"
#include "DNA_key_types.h"
#include "DNA_object_types.h"
#include "WM_api.h"
#include "WM_types.h"
@@ -49,8 +49,8 @@
#include "../generic/python_utildefines.h"
#include "RNA_access.h"
#include "RNA_types.h"
#include "RNA_enum_types.h"
#include "RNA_types.h"
#include "bpy_rna.h"

View File

@@ -24,8 +24,8 @@
#include <Python.h>
#include <frameobject.h>
#include "BLI_utildefines.h"
#include "BLI_path_util.h"
#include "BLI_utildefines.h"
#ifdef WIN32
# include "BLI_string.h" /* BLI_strcasecmp */
#endif

View File

@@ -28,12 +28,12 @@
#include "BLI_utildefines.h"
#include "RNA_types.h"
#include "RNA_access.h"
#include "RNA_types.h"
#include "BPY_extern.h"
#include "bpy_utils_previews.h"
#include "bpy_rna.h"
#include "bpy_utils_previews.h"
#include "MEM_guardedalloc.h"

View File

@@ -27,8 +27,8 @@
#include <Python.h>
#include <structmember.h>
#include "BLI_utildefines.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"
#include "bpy_utils_units.h"

View File

@@ -69,11 +69,11 @@ typedef struct {
} BaseMathObject;
/* types */
#include "mathutils_Vector.h"
#include "mathutils_Color.h"
#include "mathutils_Euler.h"
#include "mathutils_Matrix.h"
#include "mathutils_Quaternion.h"
#include "mathutils_Euler.h"
#include "mathutils_Color.h"
#include "mathutils_Vector.h"
/* avoid checking all types */
#define BaseMathObject_CheckExact(v) (Py_TYPE(v)->tp_dealloc == (destructor)BaseMathObject_dealloc)

View File

@@ -25,8 +25,8 @@
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "../generic/python_utildefines.h"
#include "../generic/py_capi_utils.h"
#include "../generic/python_utildefines.h"
#ifndef MATH_STANDALONE
# include "BLI_dynstr.h"

View File

@@ -22,10 +22,10 @@
#include "mathutils.h"
#include "../generic/py_capi_utils.h"
#include "../generic/python_utildefines.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "../generic/python_utildefines.h"
#include "../generic/py_capi_utils.h"
#ifndef MATH_STANDALONE
# include "BLI_dynstr.h"

View File

@@ -25,12 +25,12 @@
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "../generic/python_utildefines.h"
#include "../generic/py_capi_utils.h"
#include "../generic/python_utildefines.h"
#ifndef MATH_STANDALONE
# include "BLI_string.h"
# include "BLI_dynstr.h"
# include "BLI_string.h"
#endif
typedef enum eMatrixAccess_t {

View File

@@ -25,8 +25,8 @@
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "../generic/python_utildefines.h"
#include "../generic/py_capi_utils.h"
#include "../generic/python_utildefines.h"
#ifndef MATH_STANDALONE
# include "BLI_dynstr.h"

View File

@@ -25,12 +25,12 @@
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "BLI_kdopbvh.h"
#include "BLI_polyfill_2d.h"
#include "BLI_math.h"
#include "BLI_ghash.h"
#include "BLI_kdopbvh.h"
#include "BLI_math.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"

View File

@@ -25,13 +25,13 @@
/* Used for PolyFill */
#ifndef MATH_STANDALONE /* define when building outside blender */
# include "MEM_guardedalloc.h"
# include "BKE_curve.h"
# include "BKE_displist.h"
# include "BLI_blenlib.h"
# include "BLI_boxpack_2d.h"
# include "BLI_convexhull_2d.h"
# include "BLI_delaunay_2d.h"
# include "BKE_displist.h"
# include "BKE_curve.h"
# include "MEM_guardedalloc.h"
#endif
#include "BLI_math.h"

View File

@@ -25,8 +25,8 @@
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "BLI_kdtree.h"
#include "BLI_utildefines.h"
#include "../generic/py_capi_utils.h"
#include "../generic/python_utildefines.h"