diff --git a/source/blender/bmesh/intern/bmesh_interp.c b/source/blender/bmesh/intern/bmesh_interp.c index e547f75ed4b..69fd80b039c 100644 --- a/source/blender/bmesh/intern/bmesh_interp.c +++ b/source/blender/bmesh/intern/bmesh_interp.c @@ -37,7 +37,6 @@ #include "DNA_meshdata_types.h" #include "BKE_customdata.h" -#include "BKE_utildefines.h" #include "BKE_multires.h" #include "BLI_array.h" diff --git a/source/blender/bmesh/intern/bmesh_mesh.c b/source/blender/bmesh/intern/bmesh_mesh.c index 5912979f923..6fc9dec4eed 100644 --- a/source/blender/bmesh/intern/bmesh_mesh.c +++ b/source/blender/bmesh/intern/bmesh_mesh.c @@ -41,7 +41,6 @@ #include "BKE_cdderivedmesh.h" #include "BKE_tessmesh.h" #include "BKE_customdata.h" -#include "BKE_DerivedMesh.h" #include "BKE_multires.h" #include "ED_mesh.h" diff --git a/source/blender/bmesh/intern/bmesh_newcore.c b/source/blender/bmesh/intern/bmesh_newcore.c index bd826c491e5..4849b41a111 100644 --- a/source/blender/bmesh/intern/bmesh_newcore.c +++ b/source/blender/bmesh/intern/bmesh_newcore.c @@ -25,8 +25,6 @@ * */ -#include - #include "MEM_guardedalloc.h" #include "BLI_math_vector.h" diff --git a/source/blender/bmesh/intern/bmesh_operators.c b/source/blender/bmesh/intern/bmesh_operators.c index caa3b5680d9..093fb3d1ad8 100644 --- a/source/blender/bmesh/intern/bmesh_operators.c +++ b/source/blender/bmesh/intern/bmesh_operators.c @@ -38,7 +38,6 @@ #include "bmesh.h" #include "bmesh_private.h" -#include "stdarg.h" /* forward declarations */ static void alloc_flag_layer(BMesh *bm); diff --git a/source/blender/bmesh/operators/createops.c b/source/blender/bmesh/operators/createops.c index 570c759eb43..51912a25d1a 100644 --- a/source/blender/bmesh/operators/createops.c +++ b/source/blender/bmesh/operators/createops.c @@ -22,9 +22,6 @@ #include "MEM_guardedalloc.h" -#include "DNA_mesh_types.h" - - #include "BLI_heap.h" #include "BLI_listbase.h" #include "BLI_math.h" diff --git a/source/blender/bmesh/operators/dissolveops.c b/source/blender/bmesh/operators/dissolveops.c index 7abb9846a69..20b9ffbb3c0 100644 --- a/source/blender/bmesh/operators/dissolveops.c +++ b/source/blender/bmesh/operators/dissolveops.c @@ -22,12 +22,6 @@ #include "MEM_guardedalloc.h" -#include "DNA_mesh_types.h" -#include "DNA_meshdata_types.h" - -#include "BKE_utildefines.h" - -#include "BLI_math.h" #include "BLI_array.h" #include "bmesh.h" diff --git a/source/blender/bmesh/operators/edgesplitop.c b/source/blender/bmesh/operators/edgesplitop.c index 6f8bfb1c454..d0ccf5ab123 100644 --- a/source/blender/bmesh/operators/edgesplitop.c +++ b/source/blender/bmesh/operators/edgesplitop.c @@ -22,12 +22,6 @@ #include "MEM_guardedalloc.h" -#include "DNA_mesh_types.h" -#include "DNA_meshdata_types.h" - -#include "BKE_utildefines.h" - -#include "BLI_math.h" #include "BLI_array.h" #include "bmesh.h" diff --git a/source/blender/bmesh/operators/extrudeops.c b/source/blender/bmesh/operators/extrudeops.c index 950e82690e6..79671abd4fd 100644 --- a/source/blender/bmesh/operators/extrudeops.c +++ b/source/blender/bmesh/operators/extrudeops.c @@ -22,11 +22,6 @@ #include "MEM_guardedalloc.h" -#include "DNA_mesh_types.h" -#include "DNA_meshdata_types.h" - -#include "BKE_utildefines.h" - #include "BLI_math.h" #include "BLI_array.h" diff --git a/source/blender/bmesh/operators/join_triangles.c b/source/blender/bmesh/operators/join_triangles.c index 50810ab083b..f8c162d62f0 100644 --- a/source/blender/bmesh/operators/join_triangles.c +++ b/source/blender/bmesh/operators/join_triangles.c @@ -22,7 +22,6 @@ #include "MEM_guardedalloc.h" -#include "DNA_mesh_types.h" #include "DNA_meshdata_types.h" #include "BKE_customdata.h" diff --git a/source/blender/bmesh/operators/mesh_conv.c b/source/blender/bmesh/operators/mesh_conv.c index 59b6585096b..e71d181e5e6 100644 --- a/source/blender/bmesh/operators/mesh_conv.c +++ b/source/blender/bmesh/operators/mesh_conv.c @@ -29,7 +29,6 @@ #include "DNA_modifier_types.h" #include "BKE_mesh.h" -#include "BKE_utildefines.h" #include "BLI_listbase.h" #include "BKE_global.h" #include "BKE_key.h" diff --git a/source/blender/bmesh/operators/mirror.c b/source/blender/bmesh/operators/mirror.c index 143c099348f..d73493020b6 100644 --- a/source/blender/bmesh/operators/mirror.c +++ b/source/blender/bmesh/operators/mirror.c @@ -22,12 +22,10 @@ #include "MEM_guardedalloc.h" -#include "DNA_mesh_types.h" #include "DNA_meshdata_types.h" #include "BLI_math.h" #include "BLI_array.h" -#include "BLI_utildefines.h" #include "BKE_customdata.h" diff --git a/source/blender/bmesh/operators/primitiveops.c b/source/blender/bmesh/operators/primitiveops.c index b2f7501bf2b..24327e44f78 100644 --- a/source/blender/bmesh/operators/primitiveops.c +++ b/source/blender/bmesh/operators/primitiveops.c @@ -22,7 +22,6 @@ #include "MEM_guardedalloc.h" -#include "BLI_utildefines.h" #include "BLI_math.h" diff --git a/source/blender/bmesh/operators/removedoubles.c b/source/blender/bmesh/operators/removedoubles.c index 7569710d62f..087a68d9caa 100644 --- a/source/blender/bmesh/operators/removedoubles.c +++ b/source/blender/bmesh/operators/removedoubles.c @@ -22,7 +22,6 @@ #include "MEM_guardedalloc.h" -#include "BLI_utildefines.h" #include "BLI_math.h" #include "BLI_array.h" diff --git a/source/blender/bmesh/operators/subdivideop.c b/source/blender/bmesh/operators/subdivideop.c index aa834fc3d92..d2de68a4c93 100644 --- a/source/blender/bmesh/operators/subdivideop.c +++ b/source/blender/bmesh/operators/subdivideop.c @@ -22,8 +22,6 @@ #include "MEM_guardedalloc.h" -#include "BKE_utildefines.h" - #include "BLI_math.h" #include "BLI_rand.h" #include "BLI_array.h" diff --git a/source/blender/bmesh/operators/triangulateop.c b/source/blender/bmesh/operators/triangulateop.c index 6a94707c8af..163f55adfae 100644 --- a/source/blender/bmesh/operators/triangulateop.c +++ b/source/blender/bmesh/operators/triangulateop.c @@ -22,11 +22,6 @@ #include "MEM_guardedalloc.h" -#include "DNA_mesh_types.h" -#include "DNA_meshdata_types.h" - -#include "BKE_utildefines.h" - #include "BLI_scanfill.h" #include "BLI_math.h" #include "BLI_array.h" diff --git a/source/blender/bmesh/operators/utils.c b/source/blender/bmesh/operators/utils.c index f6d6df82407..d7c7646cd31 100644 --- a/source/blender/bmesh/operators/utils.c +++ b/source/blender/bmesh/operators/utils.c @@ -22,7 +22,6 @@ #include "MEM_guardedalloc.h" -#include "DNA_mesh_types.h" #include "DNA_meshdata_types.h" #include "BLI_math.h" diff --git a/source/blender/editors/mesh/knifetool.c b/source/blender/editors/mesh/knifetool.c index 677c53e6625..b5d938c12e1 100755 --- a/source/blender/editors/mesh/knifetool.c +++ b/source/blender/editors/mesh/knifetool.c @@ -55,10 +55,8 @@ #include "DNA_scene_types.h" #include "DNA_object_types.h" -#include "DNA_mesh_types.h" #include "BKE_tessmesh.h" #include "BLI_editVert.h" -#include "RNA_types.h" #include "mesh_intern.h"