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>2022-01-12 23:26:15 +0300
committerHans Goudey <h.goudey@me.com>2022-01-12 23:26:15 +0300
commit9c3cc0421887040c16c9aa5d31a7df72b04c9001 (patch)
tree495cf484a4a1c3d5015a4aac5bc66840f44db4a6 /source/blender
parent03d7d298b5aa804fa8ab7fb28ae26ced0b664e92 (diff)
Cleanup: Remove unnecessary changes
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenkernel/intern/mesh_normals.cc7
1 files changed, 0 insertions, 7 deletions
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