From 9c3cc0421887040c16c9aa5d31a7df72b04c9001 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 12 Jan 2022 14:26:15 -0600 Subject: Cleanup: Remove unnecessary changes --- source/blender/blenkernel/intern/mesh_normals.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/blender') diff --git a/source/blender/blenkernel/intern/mesh_normals.cc b/source/blender/blenkernel/intern/mesh_normals.cc index d4f32dbc50c..debb1f1e3de 100644 --- a/source/blender/blenkernel/intern/mesh_normals.cc +++ b/source/blender/blenkernel/intern/mesh_normals.cc @@ -35,7 +35,6 @@ #include "BLI_alloca.h" #include "BLI_bitmap.h" -#include "BLI_array.hh" #include "BLI_linklist.h" #include "BLI_linklist_stack.h" #include "BLI_math.h" @@ -44,7 +43,6 @@ #include "BLI_span.hh" #include "BLI_stack.h" #include "BLI_task.h" -#include "BLI_task.hh" #include "BLI_utildefines.h" #include "BKE_customdata.h" @@ -54,12 +52,7 @@ #include "atomic_ops.h" -using blender::Array; -using blender::float3; -using blender::IndexRange; -using blender::MutableSpan; using blender::Span; -using namespace blender::threading; // #define DEBUG_TIME -- cgit v1.2.3