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:
authorHans Goudey <h.goudey@me.com>2021-07-31 05:28:25 +0300
committerHans Goudey <h.goudey@me.com>2021-07-31 05:28:25 +0300
commit8063f101669065942ec465636c78913bea6ebc85 (patch)
tree0833d34c25edee464749e60279baf89f5db27a4b
parent37e2fec0908713aa21ed21e09c2e13837e219eb0 (diff)
Cleanup: Remove unused includes
-rw-r--r--source/blender/blenkernel/intern/mesh_remesh_voxel.cc4
-rw-r--r--source/blender/editors/object/object_remesh.cc4
2 files changed, 2 insertions, 6 deletions
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"