[Bf-blender-cvs] [9c3cc042188] temp-vert-normals-cleanup: Cleanup: Remove unnecessary changes

Hans Goudey noreply at git.blender.org
Wed Jan 12 21:26:24 CET 2022


Commit: 9c3cc0421887040c16c9aa5d31a7df72b04c9001
Author: Hans Goudey
Date:   Wed Jan 12 14:26:15 2022 -0600
Branches: temp-vert-normals-cleanup
https://developer.blender.org/rB9c3cc0421887040c16c9aa5d31a7df72b04c9001

Cleanup: Remove unnecessary changes

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

M	source/blender/blenkernel/intern/mesh_normals.cc

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

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



More information about the Bf-blender-cvs mailing list