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-06-05 22:00:03 +0300
committerHans Goudey <h.goudey@me.com>2022-06-05 22:00:03 +0300
commitc7e4c43072242951abaae36f380330b1dfbfed06 (patch)
tree3ccf2c4d97058fe18635a87a90c907028e8231b4 /source/blender/editors
parent93a68f2a9032fe2d977ffb9b483b0ddd04d03ad9 (diff)
Cleanup: Remove unused BKE_spline.hh includes
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/sculpt_paint/curves_sculpt_snake_hook.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_snake_hook.cc b/source/blender/editors/sculpt_paint/curves_sculpt_snake_hook.cc
index 166ef133c68..e1aecabdcc7 100644
--- a/source/blender/editors/sculpt_paint/curves_sculpt_snake_hook.cc
+++ b/source/blender/editors/sculpt_paint/curves_sculpt_snake_hook.cc
@@ -23,7 +23,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"