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/creator
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/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 2ec4a2aa616..7c99f954bfc 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -54,7 +54,6 @@
#include "BKE_cachefile.h"
#include "BKE_callbacks.h"
#include "BKE_context.h"
-#include "BKE_font.h"
#include "BKE_global.h"
#include "BKE_gpencil_modifier.h"
#include "BKE_idtype.h"
@@ -65,6 +64,7 @@
#include "BKE_particle.h"
#include "BKE_shader_fx.h"
#include "BKE_sound.h"
+#include "BKE_vfont.h"
#include "BKE_volume.h"
#include "DEG_depsgraph.h"