[Bf-blender-cvs] [8063f101669] master: Cleanup: Remove unused includes

Hans Goudey noreply at git.blender.org
Sat Jul 31 04:28:32 CEST 2021


Commit: 8063f101669065942ec465636c78913bea6ebc85
Author: Hans Goudey
Date:   Fri Jul 30 22:28:25 2021 -0400
Branches: master
https://developer.blender.org/rB8063f101669065942ec465636c78913bea6ebc85

Cleanup: Remove unused includes

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

M	source/blender/blenkernel/intern/mesh_remesh_voxel.cc
M	source/blender/editors/object/object_remesh.cc

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

diff --git a/source/blender/blenkernel/intern/mesh_remesh_voxel.cc b/source/blender/blenkernel/intern/mesh_remesh_voxel.cc
index 4501ef74055..252f799dd84 100644
--- a/source/blender/blenkernel/intern/mesh_remesh_voxel.cc
+++ b/source/blender/blenkernel/intern/mesh_remesh_voxel.cc
@@ -31,15 +31,11 @@
 #include "MEM_guardedalloc.h"
 
 #include "BLI_array.hh"
-#include "BLI_blenlib.h"
 #include "BLI_float3.hh"
 #include "BLI_index_range.hh"
-#include "BLI_math.h"
-#include "BLI_utildefines.h"
 
 #include "DNA_mesh_types.h"
 #include "DNA_meshdata_types.h"
-#include "DNA_object_types.h"
 
 #include "BKE_bvhutils.h"
 #include "BKE_customdata.h"
diff --git a/source/blender/editors/object/object_remesh.cc b/source/blender/editors/object/object_remesh.cc
index eb9a6a5856d..5dc91d7d5e4 100644
--- a/source/blender/editors/object/object_remesh.cc
+++ b/source/blender/editors/object/object_remesh.cc
@@ -29,14 +29,14 @@
 
 #include "MEM_guardedalloc.h"
 
-#include "BLI_blenlib.h"
 #include "BLI_math.h"
+#include "BLI_string.h"
+#include "BLI_string_utf8.h"
 #include "BLI_utildefines.h"
 
 #include "DNA_mesh_types.h"
 #include "DNA_meshdata_types.h"
 #include "DNA_object_types.h"
-#include "DNA_scene_types.h"
 #include "DNA_userdef_types.h"
 
 #include "BLT_translation.h"



More information about the Bf-blender-cvs mailing list