[Bf-blender-cvs] [75ce20a0006] master: Cleanup: redundant headers

Campbell Barton noreply at git.blender.org
Wed Jun 10 14:35:22 CEST 2020


Commit: 75ce20a00067e05eca575deb74fbf2b5c118c309
Author: Campbell Barton
Date:   Wed Jun 10 22:33:50 2020 +1000
Branches: master
https://developer.blender.org/rB75ce20a00067e05eca575deb74fbf2b5c118c309

Cleanup: redundant headers

===================================================================

M	source/blender/blenkernel/intern/mesh_wrapper.c

===================================================================

diff --git a/source/blender/blenkernel/intern/mesh_wrapper.c b/source/blender/blenkernel/intern/mesh_wrapper.c
index 4cd4e549214..98b77256ad7 100644
--- a/source/blender/blenkernel/intern/mesh_wrapper.c
+++ b/source/blender/blenkernel/intern/mesh_wrapper.c
@@ -34,44 +34,22 @@
 
 #include "MEM_guardedalloc.h"
 
-#include "DNA_defaults.h"
-#include "DNA_key_types.h"
 #include "DNA_mesh_types.h"
 #include "DNA_meshdata_types.h"
 #include "DNA_object_types.h"
 
-#include "BLI_bitmap.h"
-#include "BLI_edgehash.h"
 #include "BLI_ghash.h"
-#include "BLI_hash.h"
-#include "BLI_linklist.h"
 #include "BLI_math.h"
-#include "BLI_memarena.h"
-#include "BLI_string.h"
 #include "BLI_utildefines.h"
 
-#include "BLT_translation.h"
-
-#include "BKE_animsys.h"
 #include "BKE_editmesh.h"
 #include "BKE_editmesh_cache.h"
-#include "BKE_global.h"
-#include "BKE_idtype.h"
-#include "BKE_key.h"
 #include "BKE_lib_id.h"
-#include "BKE_main.h"
-#include "BKE_material.h"
 #include "BKE_mesh.h"
 #include "BKE_mesh_runtime.h"
 #include "BKE_mesh_wrapper.h"
-#include "BKE_modifier.h"
-#include "BKE_multires.h"
-#include "BKE_object.h"
-
-#include "PIL_time.h"
 
 #include "DEG_depsgraph.h"
-#include "DEG_depsgraph_query.h"
 
 Mesh *BKE_mesh_wrapper_from_editmesh_with_coords(BMEditMesh *em,
                                                  const CustomData_MeshMasks *cd_mask_extra,



More information about the Bf-blender-cvs mailing list