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/draw/intern/draw_cache_impl_curve.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/draw/intern/draw_cache_impl_curve.cc')
-rw-r--r--source/blender/draw/intern/draw_cache_impl_curve.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl_curve.cc b/source/blender/draw/intern/draw_cache_impl_curve.cc
index dc8f382b7f8..1108d40125b 100644
--- a/source/blender/draw/intern/draw_cache_impl_curve.cc
+++ b/source/blender/draw/intern/draw_cache_impl_curve.cc
@@ -36,9 +36,9 @@
#include "BKE_curve.h"
#include "BKE_displist.h"
-#include "BKE_font.h"
#include "BKE_geometry_set.hh"
#include "BKE_spline.hh"
+#include "BKE_vfont.h"
#include "GPU_batch.h"
#include "GPU_capabilities.h"