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 /source/blender/blenkernel/intern/mesh_remesh_voxel.cc
parent37e2fec0908713aa21ed21e09c2e13837e219eb0 (diff)
Cleanup: Remove unused includes
Diffstat (limited to 'source/blender/blenkernel/intern/mesh_remesh_voxel.cc')
-rw-r--r--source/blender/blenkernel/intern/mesh_remesh_voxel.cc4
1 files changed, 0 insertions, 4 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"