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/blenkernel/intern/geometry_component_curves.cc
parent93a68f2a9032fe2d977ffb9b483b0ddd04d03ad9 (diff)
Cleanup: Remove unused BKE_spline.hh includes
Diffstat (limited to 'source/blender/blenkernel/intern/geometry_component_curves.cc')
-rw-r--r--source/blender/blenkernel/intern/geometry_component_curves.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/geometry_component_curves.cc b/source/blender/blenkernel/intern/geometry_component_curves.cc
index 0003961c033..af058534f68 100644
--- a/source/blender/blenkernel/intern/geometry_component_curves.cc
+++ b/source/blender/blenkernel/intern/geometry_component_curves.cc
@@ -12,7 +12,6 @@
#include "BKE_geometry_fields.hh"
#include "BKE_geometry_set.hh"
#include "BKE_lib_id.h"
-#include "BKE_spline.hh"
#include "attribute_access_intern.hh"