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:
authorCampbell Barton <ideasman42@gmail.com>2021-10-06 03:15:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-06 03:18:16 +0300
commitb93e947306517a5b6ab879aab35c8fdccff8887e (patch)
treea3869ea689ed7bc6f710078f4e444e7d3b7f7690 /source/blender/nodes/geometry/nodes/node_geo_string_to_curves.cc
parentdcac86f4f11fb4e464a8f2dc3f2ef69eff4f4f21 (diff)
Cleanup: rename BKE_font.h -> BKE_vfont.h
Match API naming prefix (BKE_vfont_*) and DNA_vfont_types.h.
Diffstat (limited to 'source/blender/nodes/geometry/nodes/node_geo_string_to_curves.cc')
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_string_to_curves.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_string_to_curves.cc b/source/blender/nodes/geometry/nodes/node_geo_string_to_curves.cc
index 5e2f03806c3..3eec2279f24 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_string_to_curves.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_string_to_curves.cc
@@ -18,8 +18,8 @@
#include "DNA_vfont_types.h"
#include "BKE_curve.h"
-#include "BKE_font.h"
#include "BKE_spline.hh"
+#include "BKE_vfont.h"
#include "BLI_hash.h"
#include "BLI_string_utf8.h"