Cleanup: make format after SortedIncludes change
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user