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-03-18 01:16:53 +0300
committerHans Goudey <h.goudey@me.com>2022-03-18 01:16:53 +0300
commit7bdba5f1e058af75c0d9cc4f50369d0680d0fa04 (patch)
tree5af586c98b770acc1a79a7ce843dd1e5ac2af9a4 /source/blender/editors/sculpt_paint/curves_sculpt_comb.cc
parent0835996cc92896b21e3b5b7c9b6f22c2ca4f1db5 (diff)
Cleanup: Remove unused includes
Diffstat (limited to 'source/blender/editors/sculpt_paint/curves_sculpt_comb.cc')
-rw-r--r--source/blender/editors/sculpt_paint/curves_sculpt_comb.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_comb.cc b/source/blender/editors/sculpt_paint/curves_sculpt_comb.cc
index 318c7c0c668..6c13704a3a6 100644
--- a/source/blender/editors/sculpt_paint/curves_sculpt_comb.cc
+++ b/source/blender/editors/sculpt_paint/curves_sculpt_comb.cc
@@ -22,7 +22,6 @@
#include "BKE_mesh.h"
#include "BKE_mesh_runtime.h"
#include "BKE_paint.h"
-#include "BKE_spline.hh"
#include "DNA_brush_enums.h"
#include "DNA_brush_types.h"