Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-06-10 15:33:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-10 15:34:11 +0300
commit75ce20a00067e05eca575deb74fbf2b5c118c309 (patch)
tree271c8b2c4dd61fa0278ef013cda58f85ecae4771 /source/blender/blenkernel/intern/mesh_wrapper.c
parent0ca0ad5318abc2b026689cfbe12111ffbba88dc6 (diff)
Cleanup: redundant headers
Diffstat (limited to 'source/blender/blenkernel/intern/mesh_wrapper.c')
-rw-r--r--source/blender/blenkernel/intern/mesh_wrapper.c22
1 files changed, 0 insertions, 22 deletions
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,